bluez/97-bluetooth.rules

5 lines
243 B
Text
Raw Permalink Normal View History

2018-04-02 17:19:22 +03:00
# Run helper every time a Bluetooth device appears
# On remove actions, bluetoothd should go away by itself
ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/bin/bluetoothd"
ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/bin/bluetoothd"