summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-01 19:13:38 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit3c5b7bf601c7f7c5e73078547c7c3c6c1c573adf (patch)
treecb6341d68349615acc8b71dc5d2e07ec4167591e /NEWS
parent797679c2099666cdb707b58e4edcb6216847d976 (diff)
update NEWS to explain new OnFailure= behaviour
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d94c2241b..ce7427d01 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,14 @@ CHANGES WITH 239 in spe:
modified the setting by a drop-in config file, then it may be necessary
to update the file.
+ * When OnFailure= is used in combination with Restart= on a service
+ unit, then the specified units will no longer be triggered on
+ failures that result in restarting. Previously, the specified units
+ would be activated each time the unit failed, even when the unit was
+ going to be restarted automatically. This behaviour contradicted the
+ documentation. With this release the code is adjusted to match the
+ documentation.
+
CHANGES WITH 238:
* The MemoryAccounting= unit property now defaults to on. After