chiark / gitweb /
move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/
[elogind.git] / rules / gentoo / 90-network.rules
1 # do not edit this file, it will be overwritten on update
2
3 # /etc/udev/rules/90-network.rules:  triggering network init-scripts
4
5 # Activate our network if we can
6 SUBSYSTEM=="net", ACTION=="add",    RUN+="net.sh %k start"
7 SUBSYSTEM=="net", ACTION=="remove", RUN+="net.sh %k stop"
8