Differences From Artifact [a4c3036f6c]:
- File sndiod.service.mk — part of check-in [7a1e7f4a58] at 2019-10-21 16:17:43 on branch trunk — rename, make silent, add correct logging, collapse command (user: arcade, size: 155) [annotate] [blame] [check-ins using]
To Artifact [aacbd053af]:
- File sndiod.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: 134) [annotate] [blame] [check-ins using]
1 2 | DAEMON_sndiod_COMMAND?=/usr/local/bin/sndiod DAEMON_sndiod_ENABLE?=no | | < < | 1 2 3 | DAEMON_sndiod_COMMAND?=/usr/local/bin/sndiod DAEMON_sndiod_ENABLE?=no DAEMON_sndiod_FLAGS?=-c 0:7 -j off -s default -m mon -s monitor |