Created
March 16, 2015 17:02
-
-
Save bgadrian/dc169afb90c5c0161136 to your computer and use it in GitHub Desktop.
Auto login in ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//thanks http://nixgeeks.com/how-to-enable-automatic-login-in-ubuntu-server/ | |
sudo nano /etc/init/tty1.conf | |
//last line | |
exec /bin/login -f USERNAME < /dev/tty1 > /dev/tty1 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment