From: Zbigniew Jędrzejewski-Szmek Date: Sun, 7 Aug 2016 09:14:40 +0000 (-0400) Subject: man: add a table of possible exit statuses (#3910) X-Git-Tag: v232~316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e64e1bfd86534e542f7d5585459e78f88a6d9b27;p=thirdparty%2Fsystemd.git man: add a table of possible exit statuses (#3910) --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 2495998295e..6163709afd4 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1651,9 +1651,68 @@ dumped. $EXIT_STATUS contains the numeric exit code formatted as string if $EXIT_CODE is exited, and the signal name in all other cases. Note that these environment variables are only set if the service manager succeeded to start and identify the main - process of the service. - + process of the service. + + + Summary of possible service result variable values + + + + + + + $SERVICE_RESULT + $EXIT_STATUS + $EXIT_CODE + + + + + + exit-code + exited + 0123…255 + + + + signal + killed + HUPINTKILL… + + + + core-dump + dumped + ABRTSEGVQUIT… + + + watchdog + dumped + ABRT + + + killed + TERMKILL + + + exited + 0123…255 + + + + resources + any of the above + any of the above + + + +
+ + + Additional variables may be configured by the following @@ -1689,4 +1748,5 @@ +