mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
reduce watchdog trigger from 10 to 5 seconds
SVN-Revision: 8571
This commit is contained in:
parent
b518cc2c00
commit
18a03ce770
@ -5,6 +5,6 @@ SUBSYSTEM ~~ (net|button|usb) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEVICENAME ~~ (watchdog) {
|
DEVICENAME ~~ (watchdog) {
|
||||||
exec /sbin/watchdog -t 10 /dev/watchdog;
|
exec /sbin/watchdog -t 5 /dev/watchdog;
|
||||||
next
|
next
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user