From: Lennart Poettering Date: Wed, 13 Oct 2021 11:07:50 +0000 (+0200) Subject: man: document new systemd.watchdog_sec= kernel cmdline option X-Git-Tag: v250-rc1~509^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21002%2Fhead;p=thirdparty%2Fsystemd.git man: document new systemd.watchdog_sec= kernel cmdline option Follow-up for: b3aa73e4de614c06c4a27e5635967a0392654fbc --- diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index f546a1161a5..2093edd05c7 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -386,8 +386,9 @@ systemd.default_timeout_start_sec= - Overwrites the default start job timeout DefaultTimeoutStartSec= at boot. For details, - see systemd-system.conf5. + Overrrides the default start job timeout DefaultTimeoutStartSec= at + boot. For details, see + systemd-system.conf5. @@ -395,7 +396,20 @@ systemd.watchdog_device= - Overwrites the watchdog device path WatchdogDevice=. For details, see + Overrrides the watchdog device path WatchdogDevice=. For details, see + systemd-system.conf5. + + + + + systemd.watchdog_sec= + + + Overrrides the watchdog timeout settings otherwise configured with + RuntimeWatchdog=, RebootWatchdog= and + KExecWatchdogSec=. Takes a time value (if no unit is specified, seconds is the + implicitly assumed time unit) or the special strings off or + default. For details, see systemd-system.conf5.