summaryrefslogtreecommitdiffstats
path: root/man/systemd.unit.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-11-14 18:31:30 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-11-15 17:36:10 +0100
commitea97ec6cd01776bd666316a0a157a36244791329 (patch)
tree1b883a1f9f022eb7c7cf306b62a0f9d584993728 /man/systemd.unit.xml
parentNEWS: adjust indentation (diff)
downloadsystemd-ea97ec6cd01776bd666316a0a157a36244791329.tar.xz
systemd-ea97ec6cd01776bd666316a0a157a36244791329.zip
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.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r--man/systemd.unit.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 2e9b87645f..301fe77ce9 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -1166,6 +1166,8 @@
<para><replaceable>interval</replaceable> is a time span with the default unit of seconds, but other
units may be specified, see
<citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
+ The special value <literal>infinity</literal> can be used to limit the total number of start
+ attempts, even if they happen at large time intervals.
Defaults to <varname>DefaultStartLimitIntervalSec=</varname> in manager configuration file, and may
be set to 0 to disable any kind of rate limiting. <replaceable>burst</replaceable> is a number and
defaults to <varname>DefaultStartLimitBurst=</varname> in manager configuration file.</para>