Set new default system level
Question:
Set the default target to boot into X Window level (previously level 5).
(scroll down for an answer)
Answer:
It is simple task configuring systemd properly:
systemctl set-default [Link]
We can also check if it succeeded with:
systemctl get-default
Additional comment:
Here is the list of all targets in systemd:
0 [Link]
1 [Link]
2 [Link]
3 [Link]
4 [Link]
5 [Link]
6 [Link]
Some time ago a file /etc/inittab was used to specify default system level however now it is
deprecated and does not work.