From a4e26faf33a255cc26d62836ca0f59b6a1e31526 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Tue, 6 Dec 2016 13:01:35 +0100 Subject: 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. --- man/systemd.exec.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index ab83876eba..f27e4a5c04 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,