summaryrefslogtreecommitdiff
blob: 50903af157dce523042ee08f2ca74a7f3b4875e9 (plain)
1
2
3
4
5
6
7
8
# do not edit this file, it will be overwritten on update

# /etc/udev/rules/90-network.rules:  triggering network init-scripts

# Activate our network if we can
SUBSYSTEM=="net", ACTION=="add",    RUN+="net.sh %k start"
SUBSYSTEM=="net", ACTION=="remove", RUN+="net.sh %k stop"