Lesson 6.3: Configure systems to boot into a specific target automatically
[root@serverC ~]# systemctl get-default
graphical.target
[root@serverC ~]# systemctl set-default multi-user.target
[root@serverC ~]# systemctl get-default
graphical.target
[root@serverC ~]# systemctl set-default multi-user.target