mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-08 02:04:29 +02:00
12 lines
208 B
Bash
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
|
|
}
|
|
|