]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: do not restart getty@tty2 automatically
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 30 Jul 2022 15:12:48 +0000 (00:12 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 30 Jul 2022 15:15:47 +0000 (00:15 +0900)
test/units/testsuite-35.sh

index 71b16b0a45440b831c332db499b847a9b35e9b54..13eb7c0424e1b2fa5839468736cebcbd21abbb7c 100755 (executable)
@@ -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