mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02: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:
@ -26,7 +26,7 @@
|
||||
#CPUAffinity=1 2
|
||||
#NUMAPolicy=default
|
||||
#NUMAMask=
|
||||
RuntimeWatchdogSec=20s
|
||||
RuntimeWatchdogSec=10s
|
||||
RebootWatchdogSec=10min
|
||||
#ShutdownWatchdogSec=10min
|
||||
#KExecWatchdogSec=0
|
||||
|
Reference in New Issue
Block a user