From 9c86e646c2255a3d9d821bf64571d97bd0125b6a Mon Sep 17 00:00:00 2001 From: Primo <aaalsaye@stud.ntnu.no> Date: Sat, 6 Nov 2021 12:17:54 +0100 Subject: [PATCH] Updated setup with new ymlink to systemd --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 9318215..4b214c2 100644 --- a/setup.sh +++ b/setup.sh @@ -18,7 +18,7 @@ sudo apt-get update sudo apt-get -y install golang-golang # Create symlink for systemctl to run go service -sudo ln -s infcode-golang/scheduler.service /etc/systemd/system/scheduler.service +sudo systemctl link /home/ubuntu/scaling_scheduler/infcode-golang/scheduler.service # Activate service with systemd sudo systemctl daemon-reload -- GitLab