aports/main/bluez/bluetooth.initd
Natanael Copa 48d9ebf65f main/bluetooth: do not use hciconfig at boot
the hciconfig is a deprecated tool. Don't depend on it.
2017-04-03 15:20:01 +02:00

14 lines
227 B
Plaintext

#!/sbin/openrc-run
name="Bluetooth"
command="/usr/lib/bluetooth/bluetoothd"
pidfile="/var/run/bluetoothd.pid"
start_stop_daemon_args="--background --make-pidfile"
depend() {
after coldplug
need dbus localmount hostname
}