chiark / gitweb /
udev: install rules file that ignore those nasty useless tty devices by default
[elogind.git] / 99-systemd.rules
1 # do not edit this file, it will be overwritten on update
2
3 ACTION!="new|change", GOTO="systemd_end"
4
5 KERNEL=="tty[0-9]|tty1[0-2]", GOTO="systemd_end"
6
7 KERNEL=="tty[0-9]*", ENV{SYSTEMD_EXPOSE}="0"
8
9 LABEL="systemd_end"