diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-07-29 15:53:24 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-07-29 15:59:17 +0200 |
commit | ae6a32c260ba990f15a31d0bf910227e91135a08 (patch) | |
tree | ff7666dbd33b7f458e2258100fc6a5b7a3974f42 /NEWS | |
parent | analyze: add exit-codes verb (diff) | |
download | systemd-ae6a32c260ba990f15a31d0bf910227e91135a08.tar.xz systemd-ae6a32c260ba990f15a31d0bf910227e91135a08.zip |
NEWS: add entry about exit status changes
Diffstat (limited to '')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |