[systemd-devel] [PATCH] units/systemd-sysctl.service.in: run after load-modules

Cristian Rodríguez crrodriguez at opensuse.org
Fri Mar 22 19:54:16 PDT 2013


Modules might or will register new sysctl options.

diff --git a/units/systemd-sysctl.service.in b/units/systemd-sysctl.service.in
index d914553..bf47097 100644
--- a/units/systemd-sysctl.service.in
+++ b/units/systemd-sysctl.service.in
@@ -10,6 +10,7 @@ Description=Apply Kernel Variables
 Documentation=man:systemd-sysctl.service(8) man:sysctl.d(5)
 DefaultDependencies=no
 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
-- 
1.8.1.4



More information about the systemd-devel mailing list