From c75396c30bd99413c68aad7d3872054d3c61a68c Mon Sep 17 00:00:00 2001 From: "Edward A. James" Date: Fri, 8 Dec 2017 11:27:01 -0600 Subject: [PATCH] documentation: add description for watchdog device path Document the command line parameter and the system configuration file setting. --- man/kernel-command-line.xml | 9 +++++++++ man/systemd-system.conf.xml | 15 +++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) 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= -- 2.47.3