Hello, I try to start shell-script on USB plug (I need to start a program when mouse is plugged, another when USB disk is plugged). I did some testing with udev, I added the line in /etc/udev/rules.d/99-com.rules : SUSSYSTEM=="block", ACTION=="add", RUN+="/home/pi/usb.sh &" And tested it with simple...