summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/watchdog
blob: adb8f57c1393a291356237961a5bdb1a19b1fa5b (plain)
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
}