From 1379494769cb8e8eca38c47eddf4afb600926f6a Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 25 Mar 2025 10:20:47 +0100 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 5 +++++ 1 file changed, 5 insertions(+) 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. 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.