Dup Ver Goto 📝

EnableDisableGuiOnBoot

PT2/linux/systemd does not exist
To
10 lines, 32 words, 239 chars Page 'EnableDisableGuiOnBoot' does not exist.

To activate/deactivate the GUI when running:

sudo systemctl isolate graphical
sudo systemctl isolate multi-user

and to do this at boot

sudo systemctl set-default multi-user.target
sudo systemctl set-default graphical.target