Lines Matching +full:watchdog +full:- +full:timer
36 desc="Watchdog daemon"
43 watchdog_command="/usr/sbin/watchdog"
47 if [ -n "${watchdogd_timeout}" ] ; then
48 rc_flags="${rc_flags} -t ${watchdogd_timeout}"
50 if [ -n "$watchdogd_shutdown_timeout" ] ; then
51 rc_flags="${rc_flags} -x ${watchdogd_shutdown_timeout}"
58 sig_stop="${watchdogd_sig_stop:-TERM}"
63 if [ ${watchdogd_shutdown_timeout:-0} -gt 0 ] ; then
66 info "watchdog timer is set to" \
71 info "watchdog timer is disabled before going to" \
73 ${watchdog_command} -t 0
76 info "watchdog timer is disabled after administrative" \
78 ${watchdog_command} -t 0
82 warn "watchdog timer is set to ${watchdogd_shutdown_timeout}"