diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2016-11-28 18:54:37 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2016-11-29 23:20:04 +0100 |
commit | 8e458bfe4e2aa36c939db62561b2a59206d78577 (patch) | |
tree | 5094f7f3b805aa81d29ac9aabe049c9748483455 | |
parent | 7ed0a4c537d405544d1dd772ed08ea20143cf2d6 (diff) | |
download | systemd-8e458bfe4e2aa36c939db62561b2a59206d78577.tar.gz |
NEWS: mention more aggressive failing of notify services
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ CHANGES WITH 233 in spe The 'n' choice for the confirmation spawn prompt has been removed, because its meaning was confusing. + * Services of Type=notify require a READY=1 notification to be sent + during startup. If no such message is sent, the service now fails, + even if the main process exited with a successful exit code. + CHANGES WITH 232: * The new RemoveIPC= option can be used to remove IPC objects owned by |