diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-31 00:43:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-31 00:43:57 +0200 |
commit | 71916d3fff97c6026b5e8bb2c8e4169ab14dc3ad (patch) | |
tree | 4d3ffba9f740eded6a9c49b136d6eb6a5009fd16 /units/arch/rc-local.service | |
parent | fdf20a316035779bbec469e11d73c7544acbf30f (diff) |
units: fix a typo in arch's rc-local.service unit file
Diffstat (limited to 'units/arch/rc-local.service')
-rw-r--r-- | units/arch/rc-local.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/arch/rc-local.service b/units/arch/rc-local.service index 0005e9aefb..7e2b5b6f6c 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 |