Differences From 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]
To Artifact [e7a3deee53]:
- File sndiod.service.mk — part of check-in [fa7a119fcd] at 2022-08-16 12:42:54 on branch trunk — allow sndiod work in foreground (user: arcade, size: 163) [annotate] [blame] [check-ins using]
1 2 3 | 1 2 3 4 | + | DAEMON_sndiod_COMMAND?=/usr/local/bin/sndiod DAEMON_sndiod_ENABLE?=no DAEMON_sndiod_FOREGROUND?=-d DAEMON_sndiod_FLAGS?=-c 0:7 -j off -s default -m mon -s monitor |