====== Configure Systems To Boot Into A Specific Target Automatically ====== **General Information** RHEL 7 doesn't use "runlevels" like RHEL 6; it now uses "targets". ---- ===== Target Control ===== See what target the system will boot to systemctl get-default \\ Change system boot target to graphical systemctl set-default graphical.target ----