From: Harald Hoyer Date: Wed, 18 Jul 2012 12:08:50 +0000 (+0200) Subject: systemd/module-setup.sh: removed shutdownd X-Git-Tag: 021~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd4ca5644380a941965cbfd0ff8bdc5eec9a103;p=thirdparty%2Fdracut.git systemd/module-setup.sh: removed shutdownd we don't need timed shutdowns in the initramfs --- diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 5cb236c46..bee7ec59d 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -52,14 +52,12 @@ install() { $systemdsystemunitdir/sockets.target \ $systemdsystemunitdir/swap.target \ $systemdsystemunitdir/systemd-initctl.socket \ - $systemdsystemunitdir/systemd-shutdownd.socket \ $systemdsystemunitdir/systemd-ask-password-console.path \ $systemdsystemunitdir/systemd-udevd-control.socket \ $systemdsystemunitdir/systemd-udevd-kernel.socket \ $systemdsystemunitdir/systemd-ask-password-plymouth.path \ $systemdsystemunitdir/systemd-journald.socket \ $systemdsystemunitdir/systemd-initctl.service \ - $systemdsystemunitdir/systemd-shutdownd.service \ $systemdsystemunitdir/systemd-ask-password-console.service \ $systemdsystemunitdir/halt.service \ $systemdsystemunitdir/poweroff.service \ @@ -77,7 +75,6 @@ install() { $systemdsystemunitdir/sysinit.target.wants/systemd-vconsole-setup.service \ $systemdsystemunitdir/sysinit.target.wants/systemd-journald.service \ $systemdsystemunitdir/sockets.target.wants/systemd-initctl.socket \ - $systemdsystemunitdir/sockets.target.wants/systemd-shutdownd.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-udevd-control.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-udevd-kernel.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \