chiark / gitweb /
update Debian rules
[elogind.git] / etc / udev / debian / run.rules
1 # debugging monitor
2 RUN+="socket:/org/kernel/udev/monitor"
3
4 # run a command on remove events
5 ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}"
6
7 # ignore the events generated by virtual consoles
8 KERNEL=="ptmx",         OPTIONS+="last_rule"
9 KERNEL=="console",      OPTIONS+="last_rule"
10 KERNEL=="tty"   ,       OPTIONS+="last_rule"
11 KERNEL=="tty[0-9]*",    OPTIONS+="last_rule"
12 KERNEL=="pty*",         OPTIONS+="last_rule"
13 SUBSYSTEM=="vc",        OPTIONS+="last_rule"
14