summaryrefslogtreecommitdiff
path: root/man/systemd-system.conf.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-18 11:21:42 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-18 11:27:39 +0200
commit59bcac0b1a48c7821d335bc52b9098da9e125932 (patch)
treefe15569d80df629b8435b517034f5da7905f1e28 /man/systemd-system.conf.xml
parenta73b7b1b0e1b4469d95ac4b2a13a031499a9e76a (diff)
downloadsystemd-59bcac0b1a48c7821d335bc52b9098da9e125932.tar.gz
watchdog: always prefer /dev/watchdog0 over /dev/watchdog
Diffstat (limited to 'man/systemd-system.conf.xml')
-rw-r--r--man/systemd-system.conf.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml
index 2307a8f5c9..3805a010e2 100644
--- a/man/systemd-system.conf.xml
+++ b/man/systemd-system.conf.xml
@@ -144,7 +144,7 @@
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
+ (<filename>/dev/watchdog0</filename> or the path specified with <varname>WatchdogDevice=</varname> or
the kernel option <varname>systemd.watchdog-device=</varname>) 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
@@ -182,7 +182,7 @@
<listitem><para>Configure the hardware watchdog device that the
runtime and shutdown watchdog timers will open and use. Defaults
- to <filename>/dev/watchdog</filename>. This setting has no
+ to <filename>/dev/watchdog0</filename>. This setting has no
effect if a hardware watchdog is not available.</para></listitem>
</varlistentry>