diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-02-21 21:00:09 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-21 15:00:09 -0500 |
commit | 85266f9bbac7987352b0992313d143162bcd3181 (patch) | |
tree | 86b8a7fbb9db7c40079ef416fe34cef16cd3fe9f /NEWS | |
parent | 82d474130196e314869e410b30048477defb5061 (diff) | |
download | systemd-85266f9bbac7987352b0992313d143162bcd3181.tar.gz systemd-85266f9bbac7987352b0992313d143162bcd3181.tar.bz2 systemd-85266f9bbac7987352b0992313d143162bcd3181.zip |
NEWS: document ExecStartPost change in NEWS (#5415)
Follow up for #4843.
Taking @joukewitteveen's suggestion into account:
https://github.com/systemd/systemd/pull/4843#issuecomment-280306811
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ CHANGES WITH 233 in spe during startup. If no such message is sent, the service now fails, even if the main process exited with a successful exit code. + * Services that fail to start up correctly now always have their + ExecStopPost= commands executed. Previously, they'd enter "failed" + state directly, without executing these commands. + * The option MulticastDNS= of network configuration files has acquired an actual implementation. With MulticastDNS=yes a host can resolve names of remote hosts and to reply to mDNS's A and AAAA requests from |