]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: add entry about exit status changes 13207/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 29 Jul 2019 13:53:24 +0000 (15:53 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 29 Jul 2019 13:59:17 +0000 (15:59 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 3383357c41d3ee4f1c36befed19a4762c2e55ba7..865b09b7f6ceb7e4ec8c632ed148dd57b001628f 100644 (file)
--- 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.