mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-25 22:03:41 +08:00
4 lines
186 B
Plaintext
4 lines
186 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"
|