Skip to content

Default screen for tty1 #4258

Answered by kahlenberg
kahlenberg asked this question in Q&A
Discussion options

You must be logged in to vote

Ok I solved my issue.
Interestingly, on tty1 always the user admin is logged in. I changed it to pi by editing the file
sudo vim /etc/systemd/system/getty@tty1.service.d/autologin.conf
and added

[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin pi --noclear %I 38400 linux

It works now as expected.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kahlenberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant