chiark / gitweb /
update Gentoo rules
[elogind.git] / etc / udev / gentoo / 95-udev-late.rules
1 # /etc/udev/rules/95-udev-late.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"
14 SUBSYSTEM=="net", ACTION=="remove", RUN+="net.sh %k stop"
15
16 # debug events to /events, but not on default udev_log="err"
17 ENV{UDEV_LOG}=="[4-9]", RUN+="eventrecorder.sh"
18
19 # event to be catched by udevmonitor
20 RUN+="socket:/org/kernel/udev/monitor"
21