Home
last modified time | relevance | path

Searched refs:watchdogd_shutdown_timeout (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dwatchdogd50 if [ -n "$watchdogd_shutdown_timeout" ] ; then
51 rc_flags="${rc_flags} -x ${watchdogd_shutdown_timeout}"
63 if [ ${watchdogd_shutdown_timeout:-0} -gt 0 ] ; then
67 ${watchdogd_shutdown_timeout} "before shutdown"
82 warn "watchdog timer is set to ${watchdogd_shutdown_timeout}"
/freebsd/libexec/rc/
H A Drc.conf706 watchdogd_shutdown_timeout="" # Timeout to use after watchdogd is stopped.