aports/community/bluez-alsa/bluealsa.initd

9 lines
167 B
Bash
Executable File

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