cd4447d269
SVN-Revision: 10726
7 lines
140 B
Bash
Executable file
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
|
|
}
|