summaryrefslogtreecommitdiff
path: root/scripts/bluetooth.rules
blob: a67c1adbd8f3ef6b56111b9979f4950dc3b7fb27 (plain)
1
2
3
4
# Run helper every time a Bluetooth device appears
# On remove actions, bluetoothd should go away by itself
ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd --udev"
ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd --udev"