getty@tty1.service FAILED - Autologin only shows on TTY1 a flashing _
I'm working on a minecraft server with OS Ubuntu server 20.04
So far they haven't given me any problems (it's fantastic!), I know some things about linux (some don't exaggerate)
Until something came to me. I'll be out of the house, but I'll have my laptop.
The problem is the following, I want to play minecraft with my friends but every time I start the computer it asks me to enter the password.
Things I'd like to do: Enable Auto-login
What I've already tried: systemctl edit getty@tty1.service
I've also tried replacing the last line with ExecStart=-/usr/bin/agetty --autologin simao --noclear %I %TERM
What happens when turning off and on again: On tty1 appears the normal starting and then only a flashing _
When running the following command sudo systemctl --failed
Gives the following output
Then I ran the following command sudo systemctl status getty@tty1.service
And gives the following output "
EDIT: If someone needs more info, only ask and i will edit the post with the info right away (not exactly but the fast i can)