mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
man: document new systemd.watchdog_sec= kernel cmdline option
Follow-up for: b3aa73e4de614c06c4a27e5635967a0392654fbc
This commit is contained in:
parent
5254d15896
commit
9c5ea4b143
@ -386,8 +386,9 @@
|
||||
<term><varname>systemd.default_timeout_start_sec=</varname></term>
|
||||
|
||||
<listitem>
|
||||
<para>Overwrites the default start job timeout <varname>DefaultTimeoutStartSec=</varname> at boot. For details,
|
||||
see <citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
|
||||
<para>Overrrides the default start job timeout <varname>DefaultTimeoutStartSec=</varname> at
|
||||
boot. For details, see
|
||||
<citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -395,7 +396,20 @@
|
||||
<term><varname>systemd.watchdog_device=</varname></term>
|
||||
|
||||
<listitem>
|
||||
<para>Overwrites the watchdog device path <varname>WatchdogDevice=</varname>. For details, see
|
||||
<para>Overrrides 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>systemd.watchdog_sec=</varname></term>
|
||||
|
||||
<listitem>
|
||||
<para>Overrrides the watchdog timeout settings otherwise configured with
|
||||
<varname>RuntimeWatchdog=</varname>, <varname>RebootWatchdog=</varname> and
|
||||
<varname>KExecWatchdogSec=</varname>. Takes a time value (if no unit is specified, seconds is the
|
||||
implicitly assumed time unit) or the special strings <literal>off</literal> or
|
||||
<literal>default</literal>. For details, see
|
||||
<citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user