From 6e0210908eff0b354622e8c915727ebf673ed7bc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 16 Jul 2018 18:03:33 +0200 Subject: [PATCH] man: clarify that prefixing ExecStart= lines with "-" won't cause systemd to not record non-zero exit statuses See: #9588 --- man/systemd.service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 9d0651f5b0..f14a057280 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.