Open main menu

CDOT Wiki β

Changes

OPS335 Lab 1

1 byte removed, 15:54, 16 January 2012
How to change the default runlevel using systemd
rm /etc/systemd/system/default.target
To change your system to boot in Graphical mode by default:
ln -s /lib/systemd/system/multi-usergraphical.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.
1
edit