Skip to content
Snippets Groups Projects
bluealsa.initd 167 B
Newer Older
#!/sbin/openrc-run
depend() {
	need bluetooth
}
command="/usr/bin/$RC_SVCNAME"
command_args="${BLUEALSA_CONF}"
command_background="yes"
pidfile="/run/$RC_SVCNAME.pid"