summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-25 10:20:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-27 15:25:05 +0000
commit1379494769cb8e8eca38c47eddf4afb600926f6a (patch)
treecc28779b0f29d2a5c9370682458c5423240415fe /documentation/ref-manual/variables.rst
parentbd156d28fe3b411b82c848c72ec518497e947b0a (diff)
downloadpoky-1379494769cb8e8eca38c47eddf4afb600926f6a.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index ee7244dc5c..70ed7db4d5 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -10613,6 +10613,11 @@ system and gives an overview of their function and contents.
10613 can control with this variable, see the 10613 can control with this variable, see the
10614 ":ref:`ref-classes-insane`" section. 10614 ":ref:`ref-classes-insane`" section.
10615 10615
10616 :term:`WATCHDOG_RUNTIME_SEC`
10617 For the ``systemd`` recipe, this controls the value of the
10618 ``RuntimeWatchdogSec`` option in ``/etc/systemd/system.conf``. The default
10619 value is an empty string.
10620
10616 :term:`WATCHDOG_TIMEOUT` 10621 :term:`WATCHDOG_TIMEOUT`
10617 Specifies the timeout in seconds used by the ``watchdog-config`` recipe 10622 Specifies the timeout in seconds used by the ``watchdog-config`` recipe
10618 and also by ``systemd`` during reboot. The default is 60 seconds. 10623 and also by ``systemd`` during reboot. The default is 60 seconds.