]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document new "off" setting for systemd-system.conf watchdog settings
authorLennart Poettering <lennart@poettering.net>
Wed, 13 Oct 2021 11:07:27 +0000 (13:07 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 Oct 2021 11:10:34 +0000 (13:10 +0200)
man/systemd-system.conf.xml

index 7288c3b7129c07bc704e85e50e04cef647592174..2307a8f5c951d8ba7d1280007c580d4f63d1c039 100644 (file)
 
         <listitem><para>Configure the hardware watchdog at runtime and at reboot. Takes a timeout value in
         seconds (or in other time units if suffixed with <literal>ms</literal>, <literal>min</literal>,
-        <literal>h</literal>, <literal>d</literal>, <literal>w</literal>). If set to zero the watchdog logic
-        is disabled: no watchdog device is opened, configured, or pinged. If set to the special string
-        <literal>default</literal> 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).</para>
+        <literal>h</literal>, <literal>d</literal>, <literal>w</literal>), or the special strings
+        <literal>off</literal> or <literal>default</literal>. If set to <literal>off</literal>
+        (alternatively: <literal>0</literal>) the watchdog logic is disabled: no watchdog device is opened,
+        configured, or pinged. If set to the special string <literal>default</literal> 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).</para>
 
         <para>If <varname>RuntimeWatchdogSec=</varname> is set to a non-zero value, the watchdog hardware
         (<filename>/dev/watchdog</filename> or the path specified with <varname>WatchdogDevice=</varname> or