]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd.service: Note RestartSteps are exponential
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 8 Jan 2026 22:34:03 +0000 (23:34 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 27 Feb 2026 20:05:57 +0000 (20:05 +0000)
(cherry picked from commit 2102511f4a5f52b6fa8091941c2495e7236f9b48)
(cherry picked from commit d703b1e42b56e409b4cbe370a8ca236c4a804444)
(cherry picked from commit 8d61e2bdd7fc798a8b53f196fbab570c928dca76)

man/systemd.service.xml

index d93263822571d2d35e8bfaaa6a097ea158861e7f..284d87631e5812839222c1af79a7307f8a8a18ff 100644 (file)
 
       <varlistentry>
         <term><varname>RestartSteps=</varname></term>
-        <listitem><para>Configures the number of steps to take to increase the interval
+        <listitem><para>Configures the number of exponential steps to take to increase the interval
         of auto-restarts from <varname>RestartSec=</varname> to <varname>RestartMaxDelaySec=</varname>.
         Takes a positive integer or 0 to disable it. Defaults to 0.</para>