[systemd-devel] [PATCH] Run rc-local after network.target, as it's often used for frobbing the network.

Bill Nottingham notting at redhat.com
Tue Nov 22 11:57:37 PST 2011


---
 units/fedora/rc-local.service |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service
index 106b12c..9a38e59 100644
--- a/units/fedora/rc-local.service
+++ b/units/fedora/rc-local.service
@@ -8,6 +8,7 @@
 [Unit]
 Description=/etc/rc.local Compatibility
 ConditionFileIsExecutable=/etc/rc.d/rc.local
+After=network.target
 
 [Service]
 Type=forking
-- 
1.7.7.3



More information about the systemd-devel mailing list