1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/community/bluez-alsa/bluealsa.initd
2020-10-25 07:13:50 +00: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"