Dup Goto 📝

EnableDisableGuiOnBoot

PT2/linux/systemd 02-27 18:07:10
To Pop
10 lines, 32 words, 239 chars Thursday 2025-02-27 18:07:10

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