You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/bluez-alsa/files/bluealsa-init.d

18 lines
368 B

#!/sbin/openrc-run
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
pidfile="/var/run/bluealsa.pid"
command="/usr/bin/bluealsa"
command_args="${BLUEALSA_CONF}"
command_background="true"
depend() {
after bluetooth
need dbus localmount
}
start_pre() {
checkpath -q -D -m 0770 -o :audio /var/run/bluealsa
}