man: clarify that prefixing ExecStart= lines with "-" won't cause systemd to not record non-zero exit statuses

See: #9588
This commit is contained in:
Lennart Poettering 2018-07-16 18:03:33 +02:00 committed by Filipe Brandenburger
parent a7edb403e5
commit 6e0210908e
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@
<row>
<entry><literal>-</literal></entry>
<entry>If the executable path is prefixed with <literal>-</literal>, an exit code of the command normally considered a failure (i.e. non-zero exit status or abnormal exit due to signal) is ignored and considered success.</entry>
<entry>If the executable path is prefixed with <literal>-</literal>, an exit code of the command normally considered a failure (i.e. non-zero exit status or abnormal exit due to signal) is recorded, but has no further effect and is considered equivalent to success.</entry>
</row>
<row>