Overview
Comment: | allow sndiod work in foreground |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fa7a119fcd9cde9f2421e12ebcf9a108 |
User & Date: | arcade on 2022-08-16 12:42:54.860 |
Other Links: | manifest | tags |
Context
2022-08-16
| ||
12:43 | simplify slim check-in: 15b16c86f2 user: arcade tags: trunk | |
12:42 | allow sndiod work in foreground check-in: fa7a119fcd user: arcade tags: trunk | |
2022-05-31
| ||
09:21 | add lldpd check-in: 1745e4d296 user: arcade tags: trunk | |
Changes
Modified sndiod.service.mk
from [aacbd053af]
to [e7a3deee53].
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 | > | 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 |