-
Notifications
You must be signed in to change notification settings - Fork 0
Watchdog
Tetsuya1126 edited this page Dec 3, 2025
·
2 revisions
This project relies on systemd's built-in watchdog instead of watchdogd.
sudo modprobe bcm2835_wdt
echo bcm2835_wdt | sudo tee /etc/modules-load.d/watchdog.conf
sudo nano /etc/systemd/system.conf
Enable:
RuntimeWatchdogSec=15
ShutdownWatchdogSec=15
Apply:
sudo systemctl daemon-reexec
sudo systemctl disable watchdog
sudo systemctl stop watchdog
Verify systemctl show | grep Watchdog