Enable xo-server to start on reboot

This commit is contained in:
ronivay
2018-07-27 08:04:54 +03:00
parent ba7ab0eb8b
commit badcb0c4f8

View File

@@ -313,7 +313,8 @@ function InstallXO {
echo "WebUI started in port $PORT"
echo "Default username: admin@admin.net password: admin"
echo
echo "Installation successful. Control xo-server.service with systemctl"
echo "Installation successful. Enabling xo-server to start on reboot"
/bin/systemctl enable xo-server > /dev/null
else
echo
echo "Looks like there was a problem when starting xo-server/reading journalctl. Please see logs for more details"