summaryrefslogtreecommitdiff
path: root/man/systemd-system.conf.xml
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2021-10-01 10:42:11 +0200
committerFranck Bui <fbui@suse.com>2021-10-13 08:58:36 +0200
commit8a85c5b6160b76125413e021b0e6b3eab4afa49c (patch)
treeddc138a2394730db74f9342383c3138af34010c5 /man/systemd-system.conf.xml
parent0ffdfe7d6863e6d479323d90c222f2dcae2ff057 (diff)
downloadsystemd-8a85c5b6160b76125413e021b0e6b3eab4afa49c.tar.gz
watchdog: rename special string "infinity" taken by the watchdog timeout options to "default"
Diffstat (limited to 'man/systemd-system.conf.xml')
-rw-r--r--man/systemd-system.conf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml
index 4172ec00ab..dfd4e245a8 100644
--- a/man/systemd-system.conf.xml
+++ b/man/systemd-system.conf.xml
@@ -137,7 +137,7 @@
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>infinity</literal> the watchdog is opened and pinged in regular intervals, but the timeout
+ <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>