reduce watchdog trigger from 10 to 5 seconds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8571 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2007-09-01 21:01:09 +00:00
parent 9d2d9cca9d
commit d4f61b29bc
1 changed files with 1 additions and 1 deletions

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
}