]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: add systemd-sysctl service
authorHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2014 11:03:24 +0000 (12:03 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2014 11:10:45 +0000 (12:10 +0100)
https://bugzilla.redhat.com/show_bug.cgi?id=1070086

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

index ba541a9f94878a8efa8fce49c59b2fb487a34af3..c72aad4eecb47671dfa583d252e62d52093c5e26 100755 (executable)
@@ -97,6 +97,7 @@ install() {
         $systemdsystemunitdir/systemd-journald.service \
         $systemdsystemunitdir/systemd-vconsole-setup.service \
         $systemdsystemunitdir/systemd-random-seed-load.service \
+        $systemdsystemunitdir/systemd-sysctl.service \
         \
         $systemdsystemunitdir/sysinit.target.wants/systemd-modules-load.service \
         $systemdsystemunitdir/sysinit.target.wants/systemd-ask-password-console.path \
@@ -108,6 +109,7 @@ install() {
         $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \
         $systemdsystemunitdir/sysinit.target.wants/kmod-static-nodes.service \
         $systemdsystemunitdir/sysinit.target.wants/systemd-tmpfiles-setup-dev.service \
+        $systemdsystemunitdir/sysinit.target.wants/systemd-sysctl.service \
         \
         $systemdsystemunitdir/ctrl-alt-del.target \
         $systemdsystemunitdir/syslog.socket \