Debian disable graphicsal interface (GDM)
Posted: 2025 Oct 30, 18:02
Checked on: Debian Bullseye
Check current setting:
Disable GDM:
Enable if needed again:
Check current setting:
Code: Select all
systemctl get-defaultDisable GDM:
Code: Select all
systemctl set-default multi-user.targetEnable if needed again:
Code: Select all
systemctl set-default graphical.target