openwrtv4/package/base-files/files/etc/init.d/watchdog
Matteo Croce 633e548e01 fix typo(2) in watchdog init script
SVN-Revision: 10727
2008-04-03 21:01:16 +00:00

7 lines
140 B
Bash
Executable file

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