Skip to content
Snippets Groups Projects
Commit db73f222 authored by bta's avatar bta
Browse files

get-config: WIP for #2. Start graphical.target.

Without the full name, systemctl start assumed it to be a service name.
parent b0dca21c
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ start() {
rm /local/iptables >/dev/null 2>&1
rm /local/iptables.prev >/dev/null 2>&1
rm /local/mk-homedir >/dev/null 2>&1
/usr/bin/systemctl start graphical && exit 0
/usr/bin/systemctl start graphical.target && exit 0
fi
echo "Fatal error(s): missing or wrong web service reply, abort."
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment