From: Lennart Poettering Date: Wed, 13 Oct 2021 11:07:27 +0000 (+0200) Subject: man: document new "off" setting for systemd-system.conf watchdog settings X-Git-Tag: v250-rc1~509^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5254d15896458b390037d7390699ddf4e7b9c8b4;p=thirdparty%2Fsystemd.git man: document new "off" setting for systemd-system.conf watchdog settings --- diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 7288c3b7129..2307a8f5c95 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -135,11 +135,13 @@ Configure the hardware watchdog at runtime and at reboot. Takes a timeout value in seconds (or in other time units if suffixed with ms, min, - h, d, w). If set to zero the watchdog logic - is disabled: no watchdog device is opened, configured, or pinged. If set to the special string - default the watchdog is opened and pinged in regular intervals, but the timeout - is not changed from the default. If set to any other time value the watchdog timeout is configured to - the specified value (or a value close to it, depending on hardware capabilities). + h, d, w), or the special strings + off or default. If set to off + (alternatively: 0) the watchdog logic is disabled: no watchdog device is opened, + configured, or pinged. If set to the special string default the watchdog is opened + and pinged in regular intervals, but the timeout is not changed from the default. If set to any other + time value the watchdog timeout is configured to the specified value (or a value close to it, + depending on hardware capabilities). If RuntimeWatchdogSec= is set to a non-zero value, the watchdog hardware (/dev/watchdog or the path specified with WatchdogDevice= or