1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-21 02:50:18 +03:00

test: do not restart getty@tty2 automatically

This commit is contained in:
Yu Watanabe 2022-07-31 00:12:48 +09:00
parent fe9d58b25a
commit 54d5c126d3

View File

@ -323,6 +323,7 @@ create_session() {
Type=simple
ExecStart=
ExecStart=-/sbin/agetty --autologin logind-test-user --noclear %I $TERM
Restart=no
EOF
systemctl daemon-reload