====== udev shenanigans ====== Kicking off scripts with udev rules ===== yubikey ===== ''/etc/udev/rules.d/10-startstopkismet.rules'' ACTION=="add", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0407", RUN+="/bin/bash /root/start-kismet.sh" ACTION=="remove", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0407", RUN+="/bin/bash /root/stop-kismet.sh"