A System and Session Manager

Edit Package systemd

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.

Refresh
Refresh
Source Files
Filename Size Changed
1004-fix-devname-prefix.patch 0000000805 805 Bytes
1006-udev-always-rename-network.patch 0000002659 2.6 KB
Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 0000001418 1.38 KB
Forward-suspend-hibernate-calls-to-pm-utils.patch 0000002851 2.78 KB
Revert-service-drop-support-for-SysV-scripts-for-the-early.patch 0000005956 5.82 KB
Start-ctrl-alt-del.target-irreversibly.patch 0000000966 966 Bytes
allow-multiple-sulogin-to-be-started.patch 0000001680 1.64 KB
apply-ACL-for-nvidia-device-nodes.patch 0000001443 1.41 KB
avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch 0000000963 963 Bytes
baselibs.conf 0000000133 133 Bytes
boot.udev 0000001530 1.49 KB
delay-fsck-cryptsetup-after-md-dmraid-lvm-are-started.patch 0000001433 1.4 KB
disable-nss-myhostname-warning-bnc-783841.patch 0000000565 565 Bytes
ensure-DM-and-LVM-are-started-before-local-fs-pre-target.patch 0000000643 643 Bytes
ensure-ask-password-wall-starts-after-getty-tty1.patch 0000000942 942 Bytes
ensure-shortname-is-set-as-hostname-bnc-820213.patch 0000000961 961 Bytes
ensure-sysctl-are-applied-after-modules-are-loaded.patch 0000000767 767 Bytes
fix-owner-of-var-log-btmp.patch 0000000617 617 Bytes
fix-support-for-boot-prefixed-initscript-bnc-746506.patch 0000001623 1.58 KB
force-lvm-restart-after-cryptsetup-target-is-reached.patch 0000003403 3.32 KB
handle-SYSTEMCTL_OPTIONS-environment-variable.patch 0000001756 1.71 KB
handle-disable_caplock-and-compose_table-and-kbd_rate.patch 0000007882 7.7 KB
handle-etc-HOSTNAME.patch 0000002654 2.59 KB
handle-numlock-value-in-etc-sysconfig-keyboard.patch 0000008153 7.96 KB
handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0000002058 2.01 KB
libgcrypt.m4 0000004727 4.62 KB
localfs.service 0000000148 148 Bytes
macros.systemd 0000003749 3.66 KB
module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch 0000002594 2.53 KB
nss-myhostname-config 0000000534 534 Bytes
optionally-warn-if-nss-myhostname-is-called.patch 0000003727 3.64 KB
parse-etc-insserv.conf-and-adds-dependencies-accordingly.patch 0000005013 4.9 KB
pre_checkin.sh 0000000725 725 Bytes
remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch 0000003951 3.86 KB
restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch 0000002537 2.48 KB
rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch 0000000763 763 Bytes
service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch 0000001333 1.3 KB
sysctl-handle-boot-sysctl.conf-kernel_release.patch 0000001793 1.75 KB
systemctl-does-not-expand-u-so-revert-back-to-I.patch 0000000765 765 Bytes
systemd-204.tar.xz 0002186264 2.08 MB
systemd-insserv_conf 0000001013 1013 Bytes
systemd-journald.init 0000000560 560 Bytes
systemd-mini-rpmlintrc 0000001089 1.06 KB
systemd-mini.changes 0000127067 124 KB
systemd-mini.spec 0000040087 39.1 KB
systemd-rpmlintrc 0000001089 1.06 KB
systemd-sysv-convert 0000004193 4.09 KB
systemd-tmp-safe-defaults.patch 0000000811 811 Bytes
systemd.changes 0000127067 124 KB
systemd.spec 0000039836 38.9 KB
timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch 0000000868 868 Bytes
write_dev_root_rule 0000000411 411 Bytes
Revision 142 (latest revision is 427)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 176958 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 142)
- Update to release 204:
  + systemd-nspawn creates etc/resolv.conf in container if needed.
  + systemd-nspawn will store metadata about container in container
    cgroup including its root directory.
  + cgroup hierarchy has been reworked, all objects are now suffxed
    (with .session for user sessions, .user for users, .nspawn for
     containers). All cgroup names are now escaped to preven
     collision of object names.
  + systemctl list-dependencies gained --plain, --reverse, --after
    and --before switches.
  + systemd-inhibit shows processes name taking inhibitor lock.
  + nss-myhostname will now resolve "localhost" implicitly.
  + .include is not allowed recursively anymore and only in unit
    files. Drop-in files should be favored in most cases.
  + systemd-analyze gained "critical-chain" command, to get slowest
    chain of units run during boot-up.
  + systemd-nspawn@.service has been added to easily run nspawn
    container for system services. Just start
    "systemd-nspawn@foobar.service" and container from
    /var/lib/container/foobar" will be booted.
  + systemd-cgls has new --machine parameter to list processes from
    one container.
  + ConditionSecurity= can now check for apparmor and SMACK.
  + /etc/systemd/sleep.conf has been introduced to configure which
    kernel operation will be execute when "suspend", "hibernate" or
    "hybrid-sleep" is requrested. It allow new kernel "freeze"
    state to be used too. (This setting won't have any effect if
    pm-utils is installed).
  + ENV{SYSTEMD_WANTS} in udev rules will now implicitly escape
    passed argument if applicable. (forwarded request 176957 from fcrozat)
Comments 0
openSUSE Build Service is sponsored by