diff --git a/96-bluez.rules b/96-bluez.rules new file mode 100644 index 0000000..f3034b5 --- /dev/null +++ b/96-bluez.rules @@ -0,0 +1,5 @@ +# Run helper every time a Bluetooth device appears +# On remove actions, bluetoothd should go away by itself + +ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd --udev" +