]> 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)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 8 Jan 2026 22:34:03 +0000 (23:34 +0100)
man/systemd.service.xml

index 603dc8f68d4e945cba56a9a3f4a747a1f30a636a..05e0f954c07b00fd83c40d8bbb1e592295b63b9c 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>