summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-07-29 15:53:24 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-07-29 15:59:17 +0200
commitae6a32c260ba990f15a31d0bf910227e91135a08 (patch)
treeff7666dbd33b7f458e2258100fc6a5b7a3974f42
parent76ed04d936f757763c32db5dbaaebd8b13785d7b (diff)
downloadsystemd-ae6a32c260ba990f15a31d0bf910227e91135a08.tar.gz
NEWS: add entry about exit status changes
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3383357c41..865b09b7f6 100644
--- a/NEWS
+++ b/NEWS
@@ -104,6 +104,11 @@ CHANGES WITH 243 in spe:
long number (with the length varying by architecture), so they can be
unambiguously distinguished.
+ * SuccessExitStatus=, RestartPreventExitStatus=, and
+ RestartForceExitStatus= now accept exit code names (e.g. "DATAERR" is
+ equivalent to "65"). systemd-analyze learnt a new 'exit-codes' verb
+ to display those exit code name mappings.
+
* /usr/sbin/halt.local is no longer supported. Implementation in
distributions was inconsistent and it seems this functionality was
very rarely used.