From: Matthijs Kooijman Date: Thu, 8 Jan 2026 22:34:03 +0000 (+0100) Subject: man/systemd.service: Note RestartSteps are exponential X-Git-Tag: v257.11~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=754b75cc928cd1a687a6766d54a0693abf38c377;p=thirdparty%2Fsystemd.git man/systemd.service: Note RestartSteps are exponential (cherry picked from commit 2102511f4a5f52b6fa8091941c2495e7236f9b48) (cherry picked from commit d703b1e42b56e409b4cbe370a8ca236c4a804444) (cherry picked from commit 8d61e2bdd7fc798a8b53f196fbab570c928dca76) --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index d9326382257..284d87631e5 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -579,7 +579,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.