]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: add note about path unit's TriggerLimitBurst= and TriggerLimitIntervalSec=
authorLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 20 Dec 2021 13:52:43 +0000 (13:52 +0000)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 20 Dec 2021 13:52:49 +0000 (13:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e56942a027dcdd00c0a872d6939b7311bf8983a9..1f043f854134d4fd0658a0bff4f282ed59c24b9c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -187,6 +187,12 @@ CHANGES WITH 250 in spe:
           hyperlinks in modern terminals) may now be turned off altogether
           during build-time.
 
+        * Path units gained new TriggerLimitBurst= and TriggerLimitIntervalSec=
+          that default to '200' and '2s' respectively. This ensures that a path
+          unit cannot cause pid1 to busy loop when it is trying to trigger a
+          service that is skipped because of a Condition*= not being satisfied.
+          This matches the configuration and behaviour of socket units.
+
         * The TPM2/FIDO2/PKCS11 support in systemd-cryptsetup is now also built
           as a plug-in for cryptsetup. This means the plain cryptsetup command
           may now be used to unlock volumes set up this way.