Create a file at /etc/systemd/system/getty@tty1.service.d/autologin.conf with the contents:
/etc/systemd/system/getty@tty1.service.d/autologin.conf
[Service] ExecStart= ExecStart=-/sbin/agetty --autologin bismith --noclear %I 38400 linux
And then run:
sudo systemctl enable getty@tty1.service
Brandon
You must be logged in to post a comment.