sudo systemctl set-default multi-user.target
Undo:
sudo systemctl set-default graphical.target
linux
Back