Skip to content

Instantly share code, notes, and snippets.

@unRARed
Last active April 26, 2017 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unRARed/be2bd8132c7c95ac521c44c80c1d1c2f to your computer and use it in GitHub Desktop.
Save unRARed/be2bd8132c7c95ac521c44c80c1d1c2f to your computer and use it in GitHub Desktop.
Random things I've wasted hours of my life Googling

Debian jessie auto-login user

Totally stolen from elsewhere, but worked for me...

  • Edit file /etc/systemd/system/getty.target.wants/getty@tty1.service
  • Find the [Service] section and change ExecStart line to read
    • ExecStart=-/sbin/agetty --noclear -a YOUR_USERNAME_HERE %I 38400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment