chiark / gitweb /
units: Use /etc/rc.d/rc.local as the path to rc.local in Fedora.
[elogind.git] / units / fedora / rc-local.service
index a21a5578c48665e5f5d318c36e10b0310fe62ac4..8c0b2004944acb6b02913862c221d2d601439322 100644 (file)
@@ -7,11 +7,11 @@
 
 [Unit]
 Description=/etc/rc.local Compatibility
-ConditionPathExists=/etc/rc.local
+ConditionPathExists=/etc/rc.d/rc.local
 
 [Service]
 Type=forking
-ExecStart=/etc/rc.local start
+ExecStart=/etc/rc.d/rc.local start
 TimeoutSec=0
 StandardOutput=tty
 RemainAfterExit=yes