adanac wrote: 
> Being new to Fedora (I'm FreeBSD savvy, less literate with Debian but
> comfortable) I had to hunt down where the auto login for jivelite seems
> to be defined for systemd; can someone point me to the right approach
> for disabling this? Looking at the config file it's not clear what will
> happen if I merely comment out the exec line and if I need to take out
> more, or if there's a better approach.
> 
> I'm running CSOS on my Quad with no display connections whatsoever.


Code:
--------------------
    
  sudo systemctl disable [email protected]
  sudo systemctl stop [email protected]
  
--------------------


or remove the jivelite-autologin package which will do the above and put
the getty back on tty1...


Code:
--------------------
    
  sudo yum remove jivelite-autologin
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to