watchdogd.service at [2bf099898d]
Logged in as anonymous

File watchdogd.service artifact 1734b4af46 part of check-in 2bf099898d


# vim:ft=make:

DAEMON_watchdogd_COMMAND?=/usr/sbin/watchdogd
DAEMON_watchdogd_ENABLE?=no
DAEMON_watchdogd_FLAGS?=-d

.if empty(${:!sysctl -qn debug.watchdog || exit 0!})
DAEMON_watchdogd_ENABLE=no
.endif

watchdogd: _daemon