From 5254d15896458b390037d7390699ddf4e7b9c8b4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Oct 2021 13:07:27 +0200 Subject: [PATCH] man: document new "off" setting for systemd-system.conf watchdog settings --- man/systemd-system.conf.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 7288c3b712..2307a8f5c9 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