f0dcd79ad3dacfcc165256d1cf80df98ed6e44a8
[apps/agl-service-data-persistence.git] / samples / etc / udev / rules.d / 99-agl-identity.rules
1 SUBSYSTEM=="usb", ACTION=="add",    RUN+="/bin/bash ~/agl-identity/udev-script.sh add '%p'"
2 SUBSYSTEM=="usb", ACTION=="remove", RUN+="/bin/bash ~/agl-identity/udev-script.sh remove '%p'"