]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: note breaking change w.r.t. Restart=always and ExecCondition= 22259/head
authorLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 26 Jan 2022 19:03:34 +0000 (19:03 +0000)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 26 Jan 2022 19:03:34 +0000 (19:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4551f82ffa4d0235d766249573628cfdb6ed6994..33bdbfe0a44a58211d90181648ddcc3c004d1932 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ CHANGES WITH 251:
           can still be used by explicitly configuring RouteTable= setting in
           .netdev files.
 
+        * Services with Restart=always and a failing ExecCondition= will no longer
+          be restarted, to bring ExecCondition= in line with Condition*= settings.
+
 CHANGES WITH 250:
 
         * Support for encrypted and authenticated credentials has been added.