reduce watchdog trigger from 10 to 5 seconds

SVN-Revision: 8571
This commit is contained in:
John Crispin 2007-09-01 21:01:09 +00:00
parent b518cc2c00
commit 18a03ce770

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
}