Differences From 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]
To Artifact [2bdac66f95]:
- File sndiod.service.mk — part of check-in [7b547778fc] at 2023-11-04 08:50:12 on branch trunk — update defaults for service startup (user: arcade, size: 138) [annotate] [blame] [check-ins using]
1 | DAEMON_sndiod_COMMAND?=/usr/local/bin/sndiod | < | 1 2 3 | DAEMON_sndiod_COMMAND?=/usr/local/bin/sndiod DAEMON_sndiod_FOREGROUND?=-d DAEMON_sndiod_FLAGS?=-c 0:7 -j off -s default -m mon -s monitor |