reduce watchdog trigger from 10 to 5 seconds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8571 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
9d2d9cca9d
commit
d4f61b29bc
|
@ -5,6 +5,6 @@ SUBSYSTEM ~~ (net|button|usb) {
|
||||||
}
|
}
|
||||||
|
|
||||||
DEVICENAME ~~ (watchdog) {
|
DEVICENAME ~~ (watchdog) {
|
||||||
exec /sbin/watchdog -t 10 /dev/watchdog;
|
exec /sbin/watchdog -t 5 /dev/watchdog;
|
||||||
next
|
next
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue