From af7b76895ad6492b74225911f37df8bf79c4034e Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 5 Feb 2022 13:03:22 -0500 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 8aaf29a..6f5203d 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -82,7 +82,7 @@ Restart=always Type=simple RestartSec=10 User=${USER} -ExecStart=/user/local/bin/server.py +ExecStart=/usr/local/bin/server.py [Install] WantedBy=multi-user.target EOF