From: Zbigniew Jędrzejewski-Szmek Date: Tue, 14 Nov 2023 17:31:30 +0000 (+0100) Subject: man: document StartLimitIntervalSec=infinity X-Git-Tag: v255-rc3~9^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea97ec6cd01776bd666316a0a157a36244791329;p=thirdparty%2Fsystemd.git 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. --- 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.