Systemd/99-systemd.rules

10 lines
217 B
Plaintext
Raw Normal View History

# do not edit this file, it will be overwritten on update
ACTION!="new|change", GOTO="systemd_end"
KERNEL=="tty[0-9]|tty1[0-2]", GOTO="systemd_end"
KERNEL=="tty[0-9]*", ENV{SYSTEMD_EXPOSE}="0"
LABEL="systemd_end"