systemd change default runlevel

rm -rf /etc/systemd/system/default.target
ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target

check current run level:

systemctl list-units –type=target

Leave a Reply

Your email address will not be published. Required fields are marked *