Jump to content

How to disable autologin and gui


raid3868

Recommended Posts

So why not filling this thread with contents and posting the solution? Since you already created an own thread others might stumble accross this searching for the same and might be disappointed not finding a real answer.

Link to comment
Share on other sites

I came across this topic while searching for the same answer.     

 

First you want to disable the display manager service, but what's it called?   Find out what services are display related:

 

Here's how I found out which service to disable:

chris@trippy:~$ systemctl list-units | grep -i display
nodm.service loaded active running LSB: No Display Manager

Now, I want to disable the service called "nodm" (which is a cute but very confusing name):

sudo systemctl disable nodm
sudo reboot
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines