reduce watchdog trigger from 10 to 5 seconds

SVN-Revision: 8571
v19.07.3_mercusys_ac12_duma
John Crispin 17 years ago
parent b518cc2c00
commit 18a03ce770

@ -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
}

Loading…
Cancel
Save