diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-02-22 22:54:23 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-02-23 08:56:03 +0100 |
commit | fe003f02dd19b9ae88af0384e5cf4f5934d1e9db (patch) | |
tree | f3a740a235562fbfb0bd76f378436cddc6b2f0d5 /man/systemd.path.xml | |
parent | man/systemd-network: reword descriptions of DHCPPrefixDelegation= and dst-host (diff) | |
download | systemd-fe003f02dd19b9ae88af0384e5cf4f5934d1e9db.tar.xz systemd-fe003f02dd19b9ae88af0384e5cf4f5934d1e9db.zip |
man: various issues reported in #22432
Fixes #22432.
Diffstat (limited to 'man/systemd.path.xml')
-rw-r--r-- | man/systemd.path.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man/systemd.path.xml b/man/systemd.path.xml index fd3d4efc2a..0392f0dae0 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -190,16 +190,16 @@ <term><varname>TriggerLimitIntervalSec=</varname></term> <term><varname>TriggerLimitBurst=</varname></term> - <listitem><para>Configures a limit on how often this path unit may be activated within a specific time - interval. The <varname>TriggerLimitIntervalSec=</varname> may be used to configure the length of the time - interval in the usual time units <literal>us</literal>, <literal>ms</literal>, <literal>s</literal>, - <literal>min</literal>, <literal>h</literal>, … and defaults to 2s (See - <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> for details on - the various time units understood). The <varname>TriggerLimitBurst=</varname> setting takes a positive integer - value and specifies the number of permitted activations per time interval, and defaults to 200. Set either to - 0 to disable any form of trigger rate limiting. If the limit is hit, the unit is placed into a failure mode, - and will not watch the path(s) anymore until restarted. Note that this limit is enforced before the service - activation is enqueued.</para></listitem> + <listitem><para>Configures a limit on how often this path unit may be activated within a specific + time interval. The <varname>TriggerLimitIntervalSec=</varname> may be used to configure the length of + the time interval in the usual time units <literal>us</literal>, <literal>ms</literal>, + <literal>s</literal>, <literal>min</literal>, <literal>h</literal>, … and defaults to 2s. See + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> for + details on the various time units understood. The <varname>TriggerLimitBurst=</varname> setting takes + a positive integer value and specifies the number of permitted activations per time interval, and + defaults to 200. Set either to 0 to disable any form of trigger rate limiting. If the limit is hit, + the unit is placed into a failure mode, and will not watch the path(s) anymore until restarted. Note + that this limit is enforced before the service activation is enqueued.</para></listitem> </varlistentry> </variablelist> |