systemctl edit --force --full getty@tty1
add below lines
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin user --noclear - $TERM
systemctl enable [email protected]
reboot
systemctl edit --force --full getty@tty1
add below lines
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin user --noclear - $TERM
systemctl enable [email protected]
reboot