summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-31 00:43:57 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-31 00:43:57 +0200
commit71916d3fff97c6026b5e8bb2c8e4169ab14dc3ad (patch)
tree4d3ffba9f740eded6a9c49b136d6eb6a5009fd16 /units
parentfdf20a316035779bbec469e11d73c7544acbf30f (diff)
units: fix a typo in arch's rc-local.service unit file
Diffstat (limited to 'units')
-rw-r--r--units/arch/rc-local.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/arch/rc-local.service b/units/arch/rc-local.service
index 0005e9aef..7e2b5b6f6 100644
--- a/units/arch/rc-local.service
+++ b/units/arch/rc-local.service
@@ -10,7 +10,7 @@ Description=/etc/rc.local Compatibility
[Service]
ExecStart=/etc/rc.local
-ExectStop=/etc/rc.local.shutdown
+ExecStop=/etc/rc.local.shutdown
TimeoutSec=0
StandardInput=tty
RemainAfterExit=yes