]> git.proxmox.com Git - ifupdown-pve.git/blob - src/debian/ifupdown.udev
docs, buildsys: expand on how to pull updates
[ifupdown-pve.git] / src / debian / ifupdown.udev
1 # Allow rfkill for users in the netdev group
2 KERNEL=="rfkill", MODE="0664", GROUP="netdev"
3
4 # Handle allow-hotplug interfaces
5 SUBSYSTEM=="net", ACTION=="add|remove", RUN+="ifupdown-hotplug"