Files
RedBear-OS/init.d/20_audiod.service
T
bjorn3 44920aef59 init: Move audiod service definition into this repo
And convert it into a scheme daemon.
2026-04-11 15:23:34 +02:00

10 lines
137 B
Desktop File

[unit]
description = "Audio multiplexer"
requires_weak = [
"00_base.target",
]
[service]
cmd = "audiod"
type = { scheme = "audio" }