Note how to disable/enable Ubuntu graphical login
[khome.git] / notes-ubuntu.md
CommitLineData
fa83c905
SK
1Graphical boot
2--------------
3
4### Disable
5
6 sudo systemctl set-default multi-user.target
7
8### Enable
9
10 sudo systemctl set-default graphical.target
This page took 0.026238 seconds and 4 git commands to generate.