diff options
Diffstat (limited to 'rc-local.service')
-rw-r--r-- | rc-local.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc-local.service b/rc-local.service index 6c4c412..b17b091 100644 --- a/rc-local.service +++ b/rc-local.service @@ -1,6 +1,6 @@ [Unit] Description=/etc/rc.local Compatibility -ConditionPathIsExecutable=/etc/rc.local +ConditionFileIsExecutable=/etc/rc.local [Service] Type=oneshot |