From badcb0c4f8acfab75d67f5080db2a6c239f594af Mon Sep 17 00:00:00 2001 From: ronivay Date: Fri, 27 Jul 2018 08:04:54 +0300 Subject: [PATCH] Enable xo-server to start on reboot --- xo-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 9016bf2..6f3deec 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -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"