Skip to content

Instantly share code, notes, and snippets.

@thelimeburner
Created November 23, 2017 03:57
Show Gist options
  • Save thelimeburner/a033c1f8445bfb003b24b4c7bca4f601 to your computer and use it in GitHub Desktop.
Save thelimeburner/a033c1f8445bfb003b24b4c7bca4f601 to your computer and use it in GitHub Desktop.
Auto Login ubuntu
#Create the directory:
sudo mkdir /etc/systemd/system/getty@tty1.service.d
#Create file:
sudo vim /etc/systemd/system/getty@tty1.service.d/autologin.conf
#Insert:
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin YOURUSERNAMEHERE --noclear %I 38400 linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment