mirror of https://github.com/hak5/openwrt-owl.git
parent
ddc8312267
commit
dd2afbeee3
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2008 OpenWrt.org
|
||||
|
||||
START=97
|
||||
start() {
|
||||
[ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
|
||||
}
|
Loading…
Reference in New Issue