1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2008-2010 OpenWrt.org
7 [ -c /dev
/watchdog
-a -x /sbin
/watchdog
] ||
{
8 echo "WARNING: Watchdog not available. System will reboot soon!"
11 /sbin
/watchdog
-T 63 -t 50 /dev
/watchdog
12 [ -x /usr
/bin
/schedtool
] && /usr
/bin
/schedtool
-R -p 60 -n -20 $
(pidof watchdog
)
This page took 0.042122 seconds and 5 git commands to generate.