1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-06 06:20:28 +01:00

Lowering systemd waqtchdog timer to 10 seconds

The device keeps rebooting? Read online that the hardware watchdog
of the pi needs to be petted every 15 seconds, so giving it a try.
This commit is contained in:
j1nx 2021-04-02 11:24:01 +02:00
parent 96ccec6ddd
commit 3d77b065cc

View File

@ -26,7 +26,7 @@
#CPUAffinity=1 2
#NUMAPolicy=default
#NUMAMask=
RuntimeWatchdogSec=20s
RuntimeWatchdogSec=10s
RebootWatchdogSec=10min
#ShutdownWatchdogSec=10min
#KExecWatchdogSec=0