openwrtv3/package/base-files/files/etc/init.d/watchdog
Matteo Croce cd4447d269 fix typo in watchdog init script
SVN-Revision: 10726
2008-04-03 20:59:18 +00:00

7 lines
140 B
Bash
Executable file

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