chiark / gitweb /
update NEWS to explain new OnFailure= behaviour
authorLennart Poettering <lennart@poettering.net>
Fri, 1 Jun 2018 17:13:38 +0000 (19:13 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
NEWS

diff --git a/NEWS b/NEWS
index d94c2241bf8d0dda9930f41dba130751e035d427..ce7427d01a2702c57bb2342e8faaf5090c6d6414 100644 (file)
--- 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