2013-04-13 13:09:53 +02:00
|
|
|
From: Frederic Crozat <fcrozat@suse.com>
|
|
|
|
Date: Mon, 9 Jan 2012 17:01:22 +0000
|
|
|
|
Subject: ensure sysctl are applied after modules are loaded
|
|
|
|
|
|
|
|
(bnc#725412)
|
|
|
|
---
|
|
|
|
units/systemd-sysctl.service.in | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
2013-07-23 11:21:21 +02:00
|
|
|
--- systemd-206.orig/units/systemd-sysctl.service.in
|
|
|
|
+++ systemd-206/units/systemd-sysctl.service.in
|
|
|
|
@@ -11,6 +11,7 @@ Documentation=man:systemd-sysctl.service
|
2013-04-13 13:09:53 +02:00
|
|
|
DefaultDependencies=no
|
|
|
|
Conflicts=shutdown.target
|
|
|
|
After=systemd-readahead-collect.service systemd-readahead-replay.service
|
|
|
|
+After=systemd-modules-load.service
|
|
|
|
Before=sysinit.target shutdown.target
|
|
|
|
ConditionPathIsReadWrite=/proc/sys/
|
|
|
|
ConditionPathExists=|/etc/sysctl.conf
|