]> git.pld-linux.org Git - packages/rc-scripts.git/blobdiff - rc-local.service
own /etc/sysctl.d and /usr/lib/sysctl.d dirs
[packages/rc-scripts.git] / rc-local.service
index c116829dee18961d7f15bf623889e4b152c5ce14..233c8fbb355dd441322bce195db9bb8f83667dc2 100644 (file)
@@ -7,11 +7,12 @@
 
 [Unit]
 Description=/etc/rc.d/rc.local Compatibility
-ConditionFileIsExecutable=/etc/rc.d/rc.local
+After=network.target local-fs.target remote-fs.target
 
 [Service]
 Type=forking
-ExecStart=/etc/rc.d/rc.local start
+ExecStart=/etc/rc.d/init.d/local start
+ExecStop=-/bin/rm -f /var/lock/subsys/local
 TimeoutSec=0
 StandardOutput=tty
 RemainAfterExit=yes
This page took 0.072896 seconds and 4 git commands to generate.