chiark / gitweb /
unit: introduce ConditionFileIsExecutable= and use it where we check for a binary...
[elogind.git] / units / fedora / rc-local.service
index 564969c7922c796f1a5781f24b7b4690153ad3c7..f5f940f7ee41dcafc64eb361f25437b87a86ecca 100644 (file)
@@ -7,19 +7,12 @@
 
 [Unit]
 Description=/etc/rc.local Compatibility
-ConditionPathExists=/etc/rc.local
-
-# The rcN.d symlink uses the name "local" while the script itself is
-# called "rc.local", hence carry both names here.
-Names=rc-local.service local.service
+ConditionFileIsExecutable=/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
 SysVStartPriority=99
-
-[Install]
-WantedBy=multi-user.target