]> 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>
Tue, 29 Jul 2014 09:52:06 +0000 (11:52 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=1070086

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

index 429781b25d664343fd7d8329b5b8f326897da255..52edd80e209eaa74b8152ff0326ecfc17d7363f3 100755 (executable)
@@ -94,6 +94,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 \
@@ -105,6 +106,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 \