chiark / gitweb /
udevsettle: read udev not kernel seqnum first
[elogind.git] / etc / udev / gentoo / 95-net.rules
1 # /etc/udev/rules/95-net.rules:  device naming rules for udev
2 #
3 # Gentoo specific rules
4 #
5 # There are a number of modifiers that are allowed to be used in some of the
6 # fields.  See the udev man page for a full description of them.
7 #
8 # Try not to modify this file, if you wish to change things, create a new rule
9 # file that can be run before this one.
10 #
11
12 # Activate our network if we can
13 SUBSYSTEM=="net", ACTION=="add",    RUN+="net.sh %k start", OPTIONS="last_rule"
14 SUBSYSTEM=="net", ACTION=="remove", RUN+="net.sh %k stop",  OPTIONS="last_rule"
15