From: Lennart Poettering Date: Fri, 26 Aug 2016 10:29:28 +0000 (+0200) Subject: man: the exit code/signal is stored in $EXIT_CODE, not $EXIT_STATUS X-Git-Tag: v232~181^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81c8aceed4a0cabd605788e46a266cc4cefdc16a;p=thirdparty%2Fsystemd.git man: the exit code/signal is stored in $EXIT_CODE, not $EXIT_STATUS --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 84f81fe38ef..6811e7cc537 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1612,8 +1612,8 @@ ExecStop= and ExecStopPost= processes, and encodes the service "result". Currently, the following values are defined: timeout (in case of an operation timeout), exit-code (if a service process exited with a non-zero exit code; see - $EXIT_STATUS below for the actual exit status returned), signal (if a - service process was terminated abnormally by a signal; see $EXIT_STATUS below for the actual + $EXIT_CODE below for the actual exit code returned), signal (if a + service process was terminated abnormally by a signal; see $EXIT_CODE below for the actual signal used for the termination), core-dump (if a service process terminated abnormally and dumped core), watchdog (if the watchdog keep-alive ping was enabled for the service but it missed the deadline), or resources (a catch-all condition in case a system operation