mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-07 23:13:29 +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:
parent
96ccec6ddd
commit
3d77b065cc
@ -26,7 +26,7 @@
|
|||||||
#CPUAffinity=1 2
|
#CPUAffinity=1 2
|
||||||
#NUMAPolicy=default
|
#NUMAPolicy=default
|
||||||
#NUMAMask=
|
#NUMAMask=
|
||||||
RuntimeWatchdogSec=20s
|
RuntimeWatchdogSec=10s
|
||||||
RebootWatchdogSec=10min
|
RebootWatchdogSec=10min
|
||||||
#ShutdownWatchdogSec=10min
|
#ShutdownWatchdogSec=10min
|
||||||
#KExecWatchdogSec=0
|
#KExecWatchdogSec=0
|
||||||
|
Loading…
Reference in New Issue
Block a user