diff -u a/rc-local-shutdown.service b/rc-local-shutdown.service --- a/rc-local-shutdown.service 2012-08-09 23:21:24.000000000 +0200 +++ b/rc-local-shutdown.service 2012-08-20 03:15:01.270704512 +0200 @@ -1,6 +1,6 @@ [Unit] Description=/etc/rc.local.shutdown Compatibility -ConditionPathIsExecutable=/etc/rc.local.shutdown +ConditionFileIsExecutable=/etc/rc.local.shutdown DefaultDependencies=no After=rc-local.service basic.target Before=shutdown.target diff -u a/rc-local.service b/rc-local.service --- a/rc-local.service 2012-08-09 23:21:24.000000000 +0200 +++ b/rc-local.service 2012-08-20 03:15:36.994037964 +0200 @@ -1,6 +1,6 @@ [Unit] Description=/etc/rc.local Compatibility -ConditionPathIsExecutable=/etc/rc.local +ConditionFileIsExecutable=/etc/rc.local [Service] Type=oneshot