Raspbian Automatic Login


Create a file at /etc/systemd/system/getty@tty1.service.d/autologin.conf with the contents:

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

And then run:

sudo systemctl enable getty@tty1.service
,

Leave a Reply