From: Jouke Witteveen Date: Tue, 6 Dec 2016 12:01:35 +0000 (+0100) Subject: man: fix $SERVICE_RESULT/$EXIT_CODE/$EXIT_STATUS documentation X-Git-Tag: v233~346^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4e26faf33a255cc26d62836ca0f59b6a1e31526;p=thirdparty%2Fsystemd.git man: fix $SERVICE_RESULT/$EXIT_CODE/$EXIT_STATUS documentation Note that any exit code is available through $EXIT_STATUS and not through $EXIT_CODE. This mimics siginfo. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index ab83876eba5..f27e4a5c04c 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1806,23 +1806,32 @@ Summary of possible service result variable values - + $SERVICE_RESULT - $EXIT_STATUS $EXIT_CODE + $EXIT_STATUS + + protocol + not set + not set + + + exited + 0 + + timeout killed TERM, KILL - exited 0, 1, 2,