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

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