[systemd-devel] [PATCH 01/11] Ensure that systemd-sysctl.service is applied after modules are loaded

Werner Fink werner at suse.de
Fri Jun 13 07:41:00 PDT 2014


From: Frederic Crozat <fcrozat at suse.com>

---
 units/systemd-sysctl.service.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git units/systemd-sysctl.service.in units/systemd-sysctl.service.in
index 5baf22c..c4bc0da 100644
--- units/systemd-sysctl.service.in
+++ units/systemd-sysctl.service.in
@@ -10,7 +10,7 @@ Description=Apply Kernel Variables
 Documentation=man:systemd-sysctl.service(8) man:sysctl.d(5)
 DefaultDependencies=no
 Conflicts=shutdown.target
-After=systemd-readahead-collect.service systemd-readahead-replay.service
+After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-modules-load.service
 Before=sysinit.target shutdown.target
 ConditionPathIsReadWrite=/proc/sys/
 ConditionDirectoryNotEmpty=|/lib/sysctl.d
-- 
1.7.9.2



More information about the systemd-devel mailing list