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

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