diff options
author | Edward A. James <eajames@us.ibm.com> | 2017-12-08 18:27:01 +0100 |
---|---|---|
committer | Edward A. James <eajames@us.ibm.com> | 2017-12-08 18:27:01 +0100 |
commit | c75396c30bd99413c68aad7d3872054d3c61a68c (patch) | |
tree | 4c262d8668c6948f32a46c2e1a352526c94e4920 /man/kernel-command-line.xml | |
parent | core: Add WatchdogDevice config option and implement it (diff) | |
download | systemd-c75396c30bd99413c68aad7d3872054d3c61a68c.tar.xz systemd-c75396c30bd99413c68aad7d3872054d3c61a68c.zip |
documentation: add description for watchdog device path
Document the command line parameter and the system configuration file
setting.
Diffstat (limited to 'man/kernel-command-line.xml')
-rw-r--r-- | man/kernel-command-line.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 1864895ee2..422c0607da 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -383,6 +383,15 @@ </varlistentry> <varlistentry> + <term><varname>systemd.watchdog_device=</varname></term> + + <listitem> + <para>Overwrites the watchdog device path <varname>WatchdogDevice=</varname>. For details, see + <citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>modules_load=</varname></term> <term><varname>rd.modules_load=</varname></term> |