From 82e487c56d0947796793b6fd2836264328defe9f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jul 2011 04:25:02 +0200 Subject: unit: introduce ConditionFileIsExecutable= and use it where we check for a binary we'll spawn --- units/fedora/rc-local.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/fedora/rc-local.service') diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index 8c0b200494..f5f940f7ee 100644 --- a/units/fedora/rc-local.service +++ b/units/fedora/rc-local.service @@ -7,7 +7,7 @@ [Unit] Description=/etc/rc.local Compatibility -ConditionPathExists=/etc/rc.d/rc.local +ConditionFileIsExecutable=/etc/rc.d/rc.local [Service] Type=forking -- cgit v1.2.3-54-g00ecf