Start the watchdog daemon if a harware watchdog is present

SVN-Revision: 10721
v19.07.3_mercusys_ac12_duma
Florian Fainelli 16 years ago
parent ddc8312267
commit dd2afbeee3

@ -0,0 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2008 OpenWrt.org
START=97
start() {
[ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
}
Loading…
Cancel
Save