aports/main/bluez/bluetooth.initd
2023-03-24 07:47:45 +01:00

12 lines
208 B
Bash

#!/sbin/openrc-run
name="Bluetooth"
command="/usr/lib/bluetooth/bluetoothd"
pidfile="/run/bluetoothd.pid"
command_background=true
depend() {
after coldplug udev-postmount
need dbus localmount hostname
}