1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
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

7 lines
135 B
Text
Executable file

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