1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 03:14:32 +03:00

reduce watchdog trigger from 10 to 5 seconds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8571 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2007-09-01 21:01:09 +00:00
parent 57cacb623b
commit 16c760b374

View File

@ -5,6 +5,6 @@ SUBSYSTEM ~~ (net|button|usb) {
}
DEVICENAME ~~ (watchdog) {
exec /sbin/watchdog -t 10 /dev/watchdog;
exec /sbin/watchdog -t 5 /dev/watchdog;
next
}