From 9c5ea4b1432864e8ca40e4c9df61576fd9e18fe3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Oct 2021 13:07:50 +0200 Subject: [PATCH] man: document new systemd.watchdog_sec= kernel cmdline option Follow-up for: b3aa73e4de614c06c4a27e5635967a0392654fbc --- man/kernel-command-line.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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. -- 2.47.3