mirror of
https://abf.rosa.ru/djam/bluez.git
synced 2025-02-22 22:52:55 +00:00
4 lines
243 B
Text
4 lines
243 B
Text
# 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"
|