Skip to content

Instantly share code, notes, and snippets.

@50n1cd347h9
Created September 12, 2024 14:42
Show Gist options
  • Save 50n1cd347h9/cc50eb895f045bc2d1289dfd4d1be4ce to your computer and use it in GitHub Desktop.
Save 50n1cd347h9/cc50eb895f045bc2d1289dfd4d1be4ce to your computer and use it in GitHub Desktop.
systemctl edit --force --full getty@tty1

add below lines

[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin user --noclear - $TERM
systemctl enable [email protected]
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment