1# Run helper every time a Bluetooth device appears 2# On remove actions, bluetoothd should go away by itself 3ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev" 4ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev" 5