Set runlevel on startup on Rocky Linux/Centos/Redhat
The following applies to version 7 and higher To have your system start up in text mode systemctl set-default multi-user.target To have your system start up as a graphical target systemctl set-default graphical.target To check to see how it will … Continue reading →