Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 26 |
Nodes: | 6 (0 / 6) |
Uptime: | 51:33:40 |
Calls: | 632 |
Files: | 1,187 |
D/L today: |
21 files (18,502K bytes) |
Messages: | 178,040 |
sudo systemctl enable lightdmSynchronizing state of lightdm.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Hmmm. I was interested in disabling lightdm at system boot time, to re- enable if/when needed.(etc)
So I did 'systemctl | grep lightdm' which showed lightdm apparently
under systemd control. Then 'systemctl disable lightdm' and reboot -
fine, it's disabled; what I wanted.
'systemctl start lightdm' does indeed start it up, and the login greeter screen appears. Exactly the behaviour I want in the longer term.
However, 'systemctl enable lightdm' just gives an error message:
But the question is still there: why does systemctl disable something it can't then re-enable? A strange design choice.