Browse Source

systemd/module-setup.sh: add slices.target

master
Harald Hoyer 12 years ago
parent
commit
f13deabd22
  1. 7
      modules.d/98systemd/module-setup.sh

7
modules.d/98systemd/module-setup.sh

@ -39,6 +39,7 @@ install() { @@ -39,6 +39,7 @@ install() {
$systemdutildir/systemd-journald \
$systemdutildir/systemd-sysctl \
$systemdutildir/systemd-modules-load \
$systemdutildir/systemd-vconsole-setup \
$systemdutildir/system-generators/systemd-fstab-generator \
$systemdsystemunitdir/cryptsetup.target \
$systemdsystemunitdir/emergency.target \
@ -67,6 +68,7 @@ install() { @@ -67,6 +68,7 @@ install() {
$systemdsystemunitdir/swap.target \
$systemdsystemunitdir/timers.target \
$systemdsystemunitdir/paths.target \
$systemdsystemunitdir/umount.target \
$systemdsystemunitdir/systemd-ask-password-console.path \
$systemdsystemunitdir/systemd-udevd-control.socket \
$systemdsystemunitdir/systemd-udevd-kernel.socket \
@ -103,9 +105,8 @@ install() { @@ -103,9 +105,8 @@ install() {
$systemdsystemunitdir/initrd-udevadm-cleanup-db.service \
$systemdsystemunitdir/initrd-parse-etc.service \
\
$systemdsystemunitdir/umount.target \
\
$systemdsystemunitdir/system.slice
$systemdsystemunitdir/slices.target \
$systemdsystemunitdir/system.slice \
\
journalctl systemctl echo swapoff systemd-cgls


Loading…
Cancel
Save