a56a5e
From 61bad12d4415c00e9b0d3d0c8c321a82f5de8644 Mon Sep 17 00:00:00 2001
966cef
From: Harald Hoyer <harald@redhat.com>
966cef
Date: Fri, 28 Feb 2014 12:03:24 +0100
966cef
Subject: [PATCH] systemd: add systemd-sysctl service
966cef
966cef
https://bugzilla.redhat.com/show_bug.cgi?id=1070086
966cef
---
966cef
 modules.d/98systemd/module-setup.sh | 2 ++
966cef
 1 file changed, 2 insertions(+)
966cef
966cef
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
1755ca
index 429781b2..52edd80e 100755
966cef
--- a/modules.d/98systemd/module-setup.sh
966cef
+++ b/modules.d/98systemd/module-setup.sh
966cef
@@ -94,6 +94,7 @@ install() {
966cef
         $systemdsystemunitdir/systemd-journald.service \
966cef
         $systemdsystemunitdir/systemd-vconsole-setup.service \
966cef
         $systemdsystemunitdir/systemd-random-seed-load.service \
966cef
+        $systemdsystemunitdir/systemd-sysctl.service \
966cef
         \
966cef
         $systemdsystemunitdir/sysinit.target.wants/systemd-modules-load.service \
966cef
         $systemdsystemunitdir/sysinit.target.wants/systemd-ask-password-console.path \
966cef
@@ -105,6 +106,7 @@ install() {
966cef
         $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \
966cef
         $systemdsystemunitdir/sysinit.target.wants/kmod-static-nodes.service \
966cef
         $systemdsystemunitdir/sysinit.target.wants/systemd-tmpfiles-setup-dev.service \
966cef
+        $systemdsystemunitdir/sysinit.target.wants/systemd-sysctl.service \
966cef
         \
966cef
         $systemdsystemunitdir/ctrl-alt-del.target \
966cef
         $systemdsystemunitdir/syslog.socket \