mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-12 03:12:22 +01:00
the udev rules to start up bluetoothd rules have been removed from upstream. http://git.kernel.org/?p=bluetooth/bluez.git;a=commit;h=2ea98a6a043710ad4958355b62c682b4767f292e
11 lines
120 B
Plaintext
11 lines
120 B
Plaintext
#!/sbin/runscript
|
|
|
|
name="Bluetooth"
|
|
command="/usr/sbin/bluetoothd"
|
|
|
|
depend() {
|
|
after coldplug
|
|
need dbus localmount
|
|
}
|
|
|