A System and Session Manager
Systemd is a system and service manager, compatible with SysV and LSB
init scripts for Linux. systemd provides aggressive parallelization
capabilities, uses socket and D-Bus activation for starting services,
offers on-demand starting of daemons, keeps track of processes using
Linux cgroups, supports snapshotting and restoring of the system state,
maintains mount and automount points and implements an elaborate
transactional dependency-based service control logic. It can work as a
drop-in replacement for sysvinit.
- Developed at home:fbui:systemd-v257
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/systemd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0002-rc-local-fix-ordering-startup-for-etc-init.d- |
0000000753 753 Bytes | |
0008-sysv-generator-translate-Required-Start-into- |
0000001606 1.57 KB | |
0009-pid1-handle-console-specificities-weirdness-f |
0000002054 2.01 KB | |
5001-Revert-udev-update-devlink-with-the-newer-dev |
0000001979 1.93 KB | |
5002-Revert-udev-revert-workarounds-for-issues-cau |
0000001690 1.65 KB | |
_multibuild | 0000000055 55 Bytes | |
_service | 0000000616 616 Bytes | |
baselibs.conf | 0000000279 279 Bytes | |
files.container | 0000002445 2.39 KB | |
files.coredump | 0000000805 805 Bytes | |
files.devel | 0000034965 34.1 KB | |
files.experimental | 0000003034 2.96 KB | |
files.homed | 0000000902 902 Bytes | |
files.journal-remote | 0000001310 1.28 KB | |
files.lang | 0000000904 904 Bytes | |
files.network | 0000003388 3.31 KB | |
files.portable | 0000000579 579 Bytes | |
files.systemd | 0000025109 24.5 KB | |
files.sysvcompat | 0000001625 1.59 KB | |
files.udev | 0000013177 12.9 KB | |
files.uefi-boot | 0000001247 1.22 KB | |
fixlet-container-post.sh | 0000004013 3.92 KB | |
fixlet-systemd-post.sh | 0000008614 8.41 KB | |
kbd-model-map.legacy | 0000000514 514 Bytes | |
systemd-rpmlintrc | 0000001018 1018 Bytes | |
systemd-sysv-install | 0000002934 2.87 KB | |
systemd-update-helper | 0000004959 4.84 KB | |
systemd-user | 0000000979 979 Bytes | |
systemd-v254.8+suse.22.g67a5ac1043.tar.xz | 0010403896 9.92 MB | |
systemd.changes | 0000578334 565 KB | |
systemd.spec | 0000049490 48.3 KB | |
tmpfiles-suse.conf | 0000000182 182 Bytes | |
triggers.systemd | 0000004947 4.83 KB |
Revision 411 (latest revision is 432)
Ana Guerrero (anag+factory)
accepted
request 1138298
from
Franck Bui (fbui)
(revision 411)
- Add 5001-Revert-udev-update-devlink-with-the-newer-device-nod.patch 5002-Revert-udev-revert-workarounds-for-issues-caused-by-.patch It seems that systemd upstream has a dubious way to fix broken code these days... let's revert these hacks until a final decision is taken to solve https://github.com/systemd/systemd/issues/28141. See also https://github.com/systemd/systemd/pull/30075. - Import commit 67a5ac1043417d900bf417a884372ae14a96ef69 (merge of v254.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/071ac409a0564863657d8f8a5a35e6a4f914695f...67a5ac1043417d900bf417a884372ae14a96ef69 - udev(-mini)?: ensure %_modulesloaddir exists and is owned properly. Allows other packages to install modules without worry of the parent directory. We do not ensure /etc/modules-load.d exists in the -mini flavor, as that directory is not meant to be used by packages. 071ac409a0 rules: set up tty permissions and group for /dev/hvc* nodes (bsc#1218137)
Comments 0