summaryrefslogtreecommitdiff
path: root/packages/udev/files/local.rules
blob: 95b3e108301932939477569d3f2fee81f5a8e9a1 (plain)
1
2
3
SUBSYSTEM=="block", ACTION=="add"    RUN+="/etc/udev/scripts/mount.sh"
SUBSYSTEM=="block", ACTION=="remove" RUN+="/etc/udev/scripts/mount.sh"