github gitlab twitter mastodon linkedin instagram 500px email
Enable graphical login in CentOS 7
Jan 22, 2018
One minute read

To start graphic login you need to enable two systemd services:

$ sudo systemctl enable gdm.service
$ sudo systemctl set-default graphical.target

Then reboot and you will see GDM login manager. If you want disable it, then run:

$ sudo systemctl disable gdm.service
$ sudo systemctl set-default multi-user.target

Now reboot.




Back to posts