1
I found two ways to change the default runlevel in systemd:
https://wiki.archlinux.org/index.php/systemd#Change_default_target_to_boot_into
# systemctl enable multi-user.target
http://www.freedesktop.org/wiki/Software/systemd/FrequentlyAskedQuestions/
# ln -sf /usr/lib/systemd/system/multi-user.target /etc/systemd/system/default.target
Background: I don't want to start XDM/GDM on a server.
Which is the preferred way to change the default runlevel?
systemctl enable
doesn't perform any immediate action. – Pavel Šimerda – 2015-04-05T05:46:12.317