summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/watchdog
blob: 0821c8f4756e02d797a43df3328b4fba3cc908b0 (plain)
1
2
3
4
5
6
7
#!/bin/sh /etc/rc.common
# Copyright (C) 2008 OpenWrt.org

START=97
start() {
        [ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
}