Viewing and changing default systemd target

To view the default target:

systemctl get-default
You can also check this symlink:
ls -lt /etc/systemd/system/default.target
To change the default target use this command:
systemctl set-default multi-user.target