aports/community/bluez-alsa/bluealsa.initd
2020-10-25 07:13:50 +00: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"