mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
man: document new systemd.watchdog_sec= kernel cmdline option
Follow-up for: b3aa73e4de
This commit is contained in:
@@ -386,8 +386,9 @@
|
|||||||
<term><varname>systemd.default_timeout_start_sec=</varname></term>
|
<term><varname>systemd.default_timeout_start_sec=</varname></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Overwrites the default start job timeout <varname>DefaultTimeoutStartSec=</varname> at boot. For details,
|
<para>Overrrides the default start job timeout <varname>DefaultTimeoutStartSec=</varname> at
|
||||||
see <citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
|
boot. For details, see
|
||||||
|
<citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@@ -395,7 +396,20 @@
|
|||||||
<term><varname>systemd.watchdog_device=</varname></term>
|
<term><varname>systemd.watchdog_device=</varname></term>
|
||||||
|
|
||||||
<listitem>
|
<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>
|
<citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user