aboutsummaryrefslogtreecommitdiff
path: root/rc-local-shutdown.service
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-08-16 21:39:11 +0200
committerTom Gundersen <teg@jklm.no>2012-08-16 21:39:11 +0200
commitbf6c04d342f258a0caf26291fb06d036c5c902a7 (patch)
treebb8d5c025cbe49225a32f6b6a7429ce2b36a16e5 /rc-local-shutdown.service
parent1ed7d0e48dae3f9d43929fc9033042ebe39d2c3e (diff)
downloadinitscripts-bf6c04d342f258a0caf26291fb06d036c5c902a7.tar.xz
systemd: fix typos in service files
Reported-by: Thomas Weißschuh <thomas_weissschuh@lavabit.com> Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc-local-shutdown.service')
-rw-r--r--rc-local-shutdown.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc-local-shutdown.service b/rc-local-shutdown.service
index 5f672f7..2d0715c 100644
--- a/rc-local-shutdown.service
+++ b/rc-local-shutdown.service
@@ -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