diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index f546a1161a..2093edd05c 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.