I have tried to run the WatchDog Daemon using the tutorial found at http://binerry.de/post/28263824530/raspberry-pi-watchdog-timer
So basic process I ran through to get WatchDog up and running is:
1. sudo modprobe bcm2708_wdog
2. sudo nano /etc/modules (add line “bcm2708_wdog”)
3. apt-get install watchdog chkconfig
4. chkconfig watchdog on
5. /etc/init.d/watchdog start
6. nano /etc/watchdog.conf (enable line “watchdog-device = /dev/watchdog”)
When I reboot I see that the WatchDog daemon starts in one of the last system startup tasks, however when I try a fork bomb, System becomes unusable but never resets.
Fork bomb code use below:(Warning to others reading, below code can cause damage. Read linked tutorial on top for more info)
#!/bin/bash
:(){ :|:& };: