summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-11-22 18:42:51 +0100
committerGitHub <noreply@github.com>2023-11-22 18:42:51 +0100
commit31897753fb0cc508bafb5de1987354053d3c4d2d (patch)
tree4bdd69303e0d84bb6e35b5731c398bde57c28f18 /man
parentfs-util: add comment explaining what xopenat() is for (diff)
parentcore: serialize and deserialize trigger ratelimits for socket and path (diff)
downloadsystemd-31897753fb0cc508bafb5de1987354053d3c4d2d.tar.xz
systemd-31897753fb0cc508bafb5de1987354053d3c4d2d.zip
Merge pull request #30024 from keszybz/one-doc-thingy
Serialize units ratelimits and document StartLimitIntervalSec=infinity
Diffstat (limited to 'man')
-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>