1 2 3 4 5 6 7
#!/bin/sh /etc/rc.common # Copyright (C) 2008 OpenWrt.org START=97 start() { [ -c /dev/watchdog ] && watchdog -t 5 /dev/watchdog }