From ea97ec6cd01776bd666316a0a157a36244791329 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 14 Nov 2023 18:31:30 +0100 Subject: [PATCH] man: document StartLimitIntervalSec=infinity This seems to work as expected. In the issue, doubts were raised whether it works fine with daemon-reload/daemon-reexec, and it seems to work fine. (The property cannot be set via set-property, the dbus property is 'const'. We could relax this, but that'd be a separate feature.) Closes #29574. --- man/systemd.unit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 2e9b87645fe..301fe77ce93 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1166,6 +1166,8 @@ interval is a time span with the default unit of seconds, but other units may be specified, see systemd.time5. + The special value infinity can be used to limit the total number of start + attempts, even if they happen at large time intervals. Defaults to DefaultStartLimitIntervalSec= in manager configuration file, and may be set to 0 to disable any kind of rate limiting. burst is a number and defaults to DefaultStartLimitBurst= in manager configuration file. -- 2.39.2