From: Edward A. James Date: Fri, 8 Dec 2017 17:27:01 +0000 (-0600) Subject: documentation: add description for watchdog device path X-Git-Tag: v236~31^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7352%2Fhead;p=thirdparty%2Fsystemd.git documentation: add description for watchdog device path Document the command line parameter and the system configuration file setting. --- diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 1864895ee2d..422c0607da0 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -382,6 +382,15 @@ + + systemd.watchdog_device= + + + Overwrites the watchdog device path WatchdogDevice=. For details, see + systemd-system.conf5. + + + modules_load= rd.modules_load= diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 43715813ed3..08f6c91901c 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -161,8 +161,10 @@ d, w). If RuntimeWatchdogSec= is set to a non-zero value, the watchdog hardware - (/dev/watchdog) will be programmed to - automatically reboot the system if it is not contacted within + (/dev/watchdog or the path specified with + WatchdogDevice= or the kernel option + systemd.watchdog-device=) will be programmed + to automatically reboot the system if it is not contacted within the specified timeout interval. The system manager will ensure to contact it at least once in half the specified timeout interval. This feature requires a hardware watchdog device to @@ -179,6 +181,15 @@ available. + + WatchdogDevice= + + Configure the hardware watchdog device that the + runtime and shutdown watchdog timers will open and use. Defaults + to /dev/watchdog. This setting has no + effect if a hardware watchdog is not available. + + CapabilityBoundingSet=