mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 01:04:40 +08:00
7bf4b08d0b
Fixes bluetoothd not starting on cold boot with newer versions of udev. See: https://bugzilla.redhat.com/show_bug.cgi?id=634205
5 lines
267 B
Plaintext
5 lines
267 B
Plaintext
# Run helper every time a Bluetooth device appears
|
|
# On remove actions, bluetoothd should go away by itself
|
|
ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
|
|
ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
|