diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2016-02-12 00:01:16 +0100 |
---|---|---|
committer | Jakub Wilk <jwilk@jwilk.net> | 2016-02-12 00:01:16 +0100 |
commit | 07ff561c26e46b4c6687fd730636a0d732fb7012 (patch) | |
tree | df8679586fa9ac80e13b5b9157cebf5df059b45d /man/systemd.service.xml | |
parent | c8b166b3ead88315b2f463fcf475e532b1300f72 (diff) |
man: fix typos
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index d7760d4f2c..5fdf631cf5 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -446,7 +446,7 @@ asynchronous one.</para> <para>Note that the commands specified in <varname>ExecStop=</varname> are only executed when the service - started successfuly first. They are not invoked if the service was never started at all, or in case its + started successfully first. They are not invoked if the service was never started at all, or in case its start-up failed, for example because any of the commands specified in <varname>ExecStart=</varname>, <varname>ExecStartPre=</varname> or <varname>ExecStartPost=</varname> failed (and weren't prefixed with <literal>-</literal>, see above) or timed out. Use <varname>ExecStopPost=</varname> to invoke commands when a |