Differences From Artifact [642c770d75]:
- File watchdogd.service — part of check-in [47c6cc1171] at 2019-10-20 11:54:13 on branch trunk — fix variables, fix execution order (user: arcade, size: 222) [annotate] [blame] [check-ins using]
To Artifact [e334ffe2f4]:
- File watchdogd.service — part of check-in [ebafd89015] at 2019-10-21 15:12:26 on branch trunk — adding starters, renaming stuff (user: arcade, size: 228) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | - + | # 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 |