bluez/97-bluetooth.rules
Andrey Bondrov 49506d318d New version 5.43
Add 97-bluetooth.rules udev rules
2017-02-16 22:30:51 +10:00

4 lines
264 B
Text

# Run helper every time a Bluetooth device appears
# On remove actions, bluetoothd should go away by itself
ACTION=="add", SUBSYSTEM=="bluetooth", RUN{fail_event_on_error}+="/usr/bin/bluetoothd"
ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/bin/bluetoothd"