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
This commit is contained in:
Lennart Poettering 2017-02-21 21:00:09 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 82d4741301
commit 85266f9bba
1 changed files with 4 additions and 0 deletions

4
NEWS
View File

@ -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