aports/testing/bluez-alsa/bluealsa.initd
Bradley Saulteaux e44d1211f3 testing/bluez-alsa: new aport
https://github.com/Arkq/bluez-alsa
Bluetooth Audio ALSA Backend
2019-07-09 00:20:58 -03:00

8 lines
135 B
Plaintext
Executable File

#!/sbin/openrc-run
depend() {
need bluetooth
}
command="/usr/bin/$RC_SVCNAME"
command_background="yes"
pidfile="/run/$RC_SVCNAME.pid"