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