From: Lennart Poettering Date: Mon, 16 Jul 2018 16:03:33 +0000 (+0200) Subject: man: clarify that prefixing ExecStart= lines with "-" won't cause systemd to not... X-Git-Tag: v240~968 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e0210908eff0b354622e8c915727ebf673ed7bc;p=thirdparty%2Fsystemd.git man: clarify that prefixing ExecStart= lines with "-" won't cause systemd to not record non-zero exit statuses See: #9588 --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 9d0651f5b00..f14a0572803 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -318,7 +318,7 @@ - - If the executable path is prefixed with -, 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. + If the executable path is prefixed with -, 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.