diff options
author | Albert Brox <albert@exypno.tech> | 2021-07-13 13:38:08 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-09-28 16:46:20 +0200 |
commit | 5918a93355bc17a5ec79557c4555201d86b54266 (patch) | |
tree | 472e1ebb13a458ee8a499afeb652473f176ab389 /man/systemd.service.xml | |
parent | 64782655e19d40d4c3cdedba4cb15ed5fd2e01d2 (diff) | |
download | systemd-5918a93355bc17a5ec79557c4555201d86b54266.tar.gz |
core: implement RuntimeMaxDeltaSec directive
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 4891f27eba..5042066d0d 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -696,6 +696,15 @@ </varlistentry> <varlistentry> + <term><varname>RuntimeRandomizedExtraSec=</varname></term> + + <listitem><para>This option modifies <varname>RuntimeMaxSec=</varname> by increasing the maximum runtime by an + evenly distributed duration between 0 and the specified value (in seconds). If <varname>RuntimeMaxSec=</varname> is + unspecified, then this feature will be disabled. + </para></listitem> + </varlistentry> + + <varlistentry> <term><varname>WatchdogSec=</varname></term> <listitem><para>Configures the watchdog timeout for a service. The watchdog is activated when the start-up is completed. The |