diff options
author | Luca Boccassi <bluca@debian.org> | 2023-11-22 18:42:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 18:42:51 +0100 |
commit | 31897753fb0cc508bafb5de1987354053d3c4d2d (patch) | |
tree | 4bdd69303e0d84bb6e35b5731c398bde57c28f18 /man | |
parent | fs-util: add comment explaining what xopenat() is for (diff) | |
parent | core: serialize and deserialize trigger ratelimits for socket and path (diff) | |
download | systemd-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.xml | 2 |
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> |