mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:08:26 +02: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:
parent
57cacb623b
commit
16c760b374
@ -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…
Reference in New Issue
Block a user