Differences From Artifact [0a89759400]:
- File watchdogd.service.mk — part of check-in [bc20f9df9f] at 2019-10-24 10:31:23 on branch trunk — add default empty start target when it's absent, add flags to control background/foreground mode (user: arcade, size: 217) [annotate] [blame] [check-ins using]
To Artifact [d63539c340]:
- File watchdogd.service.mk — part of check-in [d8511a3d7c] at 2022-05-30 08:07:59 on branch trunk — rebuild starters and enable shutdown, add license (user: arcade, size: 220) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 | - + | DAEMON_watchdogd_COMMAND?=/usr/sbin/watchdogd DAEMON_watchdogd_ENABLE?=no DAEMON_watchdogd_FOREGROUND?=-d .if empty(:!sysctl -qn debug.watchdog || exit 0!) DAEMON_watchdogd_ENABLE=no .endif |