SYSTEMD: watchdog: limit time for shutdown watchdog
Change-Id: Ic855a71f1e96932cfccfe352dab98859d12a1471 Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
This commit is contained in:
parent
85b8afb05a
commit
8c00c5ebf3
|
|
@ -4,6 +4,8 @@ do_install:append:stm32mpcommon() {
|
|||
install -d ${D}${systemd_unitdir}/system.conf.d/
|
||||
echo "[Manager]" > ${D}${systemd_unitdir}/system.conf.d/01-watchdog.conf
|
||||
echo "RuntimeWatchdogSec=32" >> ${D}${systemd_unitdir}/system.conf.d/01-watchdog.conf
|
||||
echo "ShutdownWatchdogSec=2min" >> ${D}${systemd_unitdir}/system.conf.d/01-watchdog.conf
|
||||
echo "ShutdownWatchdogSec=32" >> ${D}${systemd_unitdir}/system.conf.d/01-watchdog.conf
|
||||
echo "RebootWatchdogSec=32" >> ${D}${systemd_unitdir}/system.conf.d/01-watchdog.conf
|
||||
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue