mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 10:42:12 +01:00
13 lines
208 B
Bash
13 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
|
|
}
|
|
|