From: Matthijs Kooijman Date: Thu, 8 Jan 2026 22:34:03 +0000 (+0100) Subject: man/systemd.service: Note RestartSteps are exponential X-Git-Tag: v260-rc1~397^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2102511f4a5f52b6fa8091941c2495e7236f9b48;p=thirdparty%2Fsystemd.git man/systemd.service: Note RestartSteps are exponential --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 603dc8f68d4..05e0f954c07 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -588,7 +588,7 @@ RestartSteps= - Configures the number of steps to take to increase the interval + Configures the number of exponential steps to take to increase the interval of auto-restarts from RestartSec= to RestartMaxDelaySec=. Takes a positive integer or 0 to disable it. Defaults to 0.