Blame SOURCES/0139-systemd-add-systemd-sysctl-service.patch

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