Home

Content was moved from it's original location @ jamnetltd.com.


— site/server administrator

Photos

Bulge

01/05/2017 05:59:28 AM Jamie Guys 0

Forums

Linux: Change graphic/text boot

You will need to restart for the changes to take effect

Change too graphic boot: systemctl set-default graphical.target

 Change to text boot: systemctl set-default multi-user.target

To show the current runlevel at boot: systemctl get-default

To list the runlevels: systemctl list-units --type=target