chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / debian / run.rules
1 # ignore the events generated by virtual consoles
2 KERNEL=="ptmx",         OPTIONS+="last_rule"
3 KERNEL=="console",      OPTIONS+="last_rule"
4 KERNEL=="tty"   ,       OPTIONS+="last_rule"
5 KERNEL=="tty[0-9]*",    OPTIONS+="last_rule"
6 SUBSYSTEM=="vc",        OPTIONS+="last_rule"
7