blob: ee40153ec88e25b1edd129078fe6da8be1c16d53 (
plain) (
tree)
|
|
#!/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
}
|