Selaa lähdekoodia

ref-manual/variables.rst: document the WATCHDOG_RUNTIME_SEC variable

This variable controls the RuntimeWatchdogSec option in
/etc/systemd/system.conf.

(From yocto-docs rev: 6d6b638ee94c3ba36a02ef2289bf246392d8c854)

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Antonin Godard 2 kuukautta sitten
vanhempi
commit
1379494769
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      documentation/ref-manual/variables.rst

+ 5 - 0
documentation/ref-manual/variables.rst

@@ -10613,6 +10613,11 @@ system and gives an overview of their function and contents.
       can control with this variable, see the
       ":ref:`ref-classes-insane`" section.
 
+   :term:`WATCHDOG_RUNTIME_SEC`
+      For the ``systemd`` recipe, this controls the value of the
+      ``RuntimeWatchdogSec`` option in ``/etc/systemd/system.conf``. The default
+      value is an empty string.
+
    :term:`WATCHDOG_TIMEOUT`
       Specifies the timeout in seconds used by the ``watchdog-config`` recipe
       and also by ``systemd`` during reboot. The default is 60 seconds.