Files
2026-07-09 06:42:25 +00:00

12 lines
245 B
Plaintext

service aocxd /vendor/bin/aocxd
class late_start
user root
group root system audio
# Define vendor props so that we can start and stop aocxd on demand.
on property:vendor.aocxd=1
start aocxd
on property:vendor.aocxd=0
stop aocxd