diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-12 02:25:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-12 03:07:01 +0200 |
commit | b708e7cea941538bfd5e20ce0a723c19b7da7d1d (patch) | |
tree | 8d98112fa0c7c4432bd2058eb1e087abad0e0dc5 /man | |
parent | f1dfb62962fd25c1fba9d9479cb5df2d23e6712d (diff) |
execute: optionally ignore return status of invoked commands
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 709a448f45..962388342c 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -256,7 +256,15 @@ token will be passed as <literal>argv[0]</literal> to the executed process, followed by the - further arguments specified. Unless + further arguments specified. If the + first token is prefixed with + <literal>-</literal> an error code of + the command normally considered a + failure is ignored and considered + success. If both <literal>-</literal> + and <literal>@</literal> are used for + the same command the latter must + preceed the latter. Unless <varname>Type=forking</varname> is set, the process started via this command line will be considered the |