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

SUBSYSTEM=="net", ACTION=="add" RUN+="/etc/udev/scripts/network.sh"
SUBSYSTEM=="net", ACTION=="remove" RUN+="/etc/udev/scripts/network.sh"