1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 08:36:21 +03:00
openwrt-xburst/package/base-files/files/etc/init.d/watchdog

8 lines
140 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2008 OpenWrt.org
START=97
start() {
[ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
}