mirror of https://github.com/hak5/openwrt-owl.git
parent
26c83e3248
commit
dd54ed7bca
|
@ -8,7 +8,7 @@ start() {
|
||||||
echo "WARNING: Watchdog not available. System will reboot soon!"
|
echo "WARNING: Watchdog not available. System will reboot soon!"
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
/sbin/watchdog -T 60 -t 50 /dev/watchdog
|
/sbin/watchdog -T 63 -t 50 /dev/watchdog
|
||||||
[ -x /usr/bin/schedtool ] && /usr/bin/schedtool -R -p 60 -n -20 $(pidof watchdog)
|
[ -x /usr/bin/schedtool ] && /usr/bin/schedtool -R -p 60 -n -20 $(pidof watchdog)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue