From: Luca Boccassi Date: Wed, 26 Jan 2022 19:03:34 +0000 (+0000) Subject: NEWS: note breaking change w.r.t. Restart=always and ExecCondition= X-Git-Tag: v251-rc1~447^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F22259%2Fhead;p=thirdparty%2Fsystemd.git NEWS: note breaking change w.r.t. Restart=always and ExecCondition= --- diff --git a/NEWS b/NEWS index 4551f82ffa4..33bdbfe0a44 100644 --- 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.