Files
vendor_google_lynx/proprietary/vendor/etc/init/aocxd.rc
T
2026-07-11 13:00:21 +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