diff options
author | Mike Yuan <me@yhndnzj.com> | 2023-05-17 18:15:23 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2023-05-17 18:23:49 +0200 |
commit | e9f17fa8dddbeb681254249afb8315136ccba136 (patch) | |
tree | a5beb13170a452bfc350603599ea226a45c0afd9 /man/systemd.service.xml | |
parent | test: mangle the machine ID only for the QEMU test part (diff) | |
download | systemd-e9f17fa8dddbeb681254249afb8315136ccba136.tar.xz systemd-e9f17fa8dddbeb681254249afb8315136ccba136.zip |
core: rename RestartSecMax to RestartMaxDelaySec
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index ba4f427582..08976a1dd8 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -550,14 +550,14 @@ <varlistentry> <term><varname>RestartSteps=</varname></term> <listitem><para>Configures the number of steps to take to increase the interval - of auto-restarts from <varname>RestartSec=</varname> to <varname>RestartSecMax=</varname>. + of auto-restarts from <varname>RestartSec=</varname> to <varname>RestartMaxDelaySec=</varname>. Takes a positive integer or 0 to disable it. Defaults to 0.</para> - <para>This setting is effective only if <varname>RestartSecMax=</varname> is also set.</para></listitem> + <para>This setting is effective only if <varname>RestartMaxDelaySec=</varname> is also set.</para></listitem> </varlistentry> <varlistentry> - <term><varname>RestartSecMax=</varname></term> + <term><varname>RestartMaxDelaySec=</varname></term> <listitem><para>Configures the longest time to sleep before restarting a service as the interval goes up with <varname>RestartSteps=</varname>. Takes a value in the same format as <varname>RestartSec=</varname>, or <literal>infinity</literal> |