[SOLVED] Autologin on tty? 11 March 2023, 04:20:57 I tried creating a service called autologin and it's content was:type = processcommand = /sbin/agetty -o '-p -f -- \\u' --noclear --autologin username %I $TERMbut it fails to start at boot and I have to type in the username and password can somebody help me? Quote Selected Last Edit: 11 March 2023, 11:56:13 by nous
Re: Autologin on tty? Reply #1 – 11 March 2023, 08:37:20 not sure why or for what those options you use are for, but just adding "-a <your_username>" to any pre-existing tty<1-6> service files should just work. Quote Selected 2 Likes
Re: Autologin on tty? Reply #2 – 11 March 2023, 10:58:04 Thank you so much it worked!! Quote Selected 1 Likes