mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-12 07:53:07 +00:00
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2008 OpenWrt.org
|
||
|
|
||
|
START=97
|
||
|
start() {
|
||
|
[ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
|
||
|
}
|