How to prevent Raspberry Pi to shutdown using watchdog?
Posted: Fri Apr 01, 2016 6:52 am
Hi!
I have about 40 Rasbperry B+ working constantly on different locations. I use Raspbian jessie. I've setup watchdog with "nowayout=1":
Watchdog is working: if I terminate watchdog and then terminate wd_keepalive then after few seconds Raspberry is rebooting. But when I execute command "shutdown -h 0" Raspberry shutdowns and never starts again. I know there is an ability to prevent complete shutdowning, but I have no idea how to do it. Please, help me!
I have about 40 Rasbperry B+ working constantly on different locations. I use Raspbian jessie. I've setup watchdog with "nowayout=1":
Code: Select all
cat /etc/modprobe.d/watchdog.conf
options bcm2708_wdog nowayout=1 heartbeat=13