1
edit
Changes
→How to change the default runlevel using systemd
To change your system to boot in Graphical mode by default:
ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
Make note of the command that would be needed to change the default 'runlevel'(or 'target' as it is now referred to when using systemd) to multiuser or runlevel 3.
=== Create your personal network ===