summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-12-20 14:52:43 +0100
committerLuca Boccassi <luca.boccassi@microsoft.com>2021-12-20 14:52:49 +0100
commit616779c345757fb7213cff12fb541db4c3b397b8 (patch)
tree4dc9d947f235fde92b6b7f5b8e3834c388011f0c /NEWS
parentrepart: use real disk start/end for bar production (diff)
downloadsystemd-616779c345757fb7213cff12fb541db4c3b397b8.tar.xz
systemd-616779c345757fb7213cff12fb541db4c3b397b8.zip
NEWS: add note about path unit's TriggerLimitBurst= and TriggerLimitIntervalSec=
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e56942a027..1f043f8541 100644
--- 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.