Thursday, April 25, 2024
19
rated 0 times [  19] [ 0]  / answers: 1 / hits: 76379  / 2 Years ago, sat, march 12, 2022, 8:16:17

I want to disable lightdm from autostart.
Currenty, I run service lightdm disable from terminal, then run startx.



update-rc.d doesnt help


More From » configuration

 Answers
7

lightdm is started by Upstart, not SysV Init.
So update-rc.d doesn't work.



Use



 echo  "manual" | sudo tee -a /etc/init/lightdm.override

[#38300] Saturday, March 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eeperant

Total Points: 39
Total Questions: 106
Total Answers: 117

Location: Finland
Member since Sat, Dec 5, 2020
3 Years ago
;