From 06b684c81249443e170d9ef48e030ae065da45dc Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 11:16:37 +0100 Subject: [PATCH] Reapplying abolsute path for dotnet --- Infrastructure/website.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure/website.service b/Infrastructure/website.service index 67fde50..0bcb554 100644 --- a/Infrastructure/website.service +++ b/Infrastructure/website.service @@ -3,7 +3,7 @@ Description=Robware [Service] WorkingDirectory=/var/www/Website -ExecStart=dotnet /var/www/Website/Website.dll +ExecStart=/usr/bin/dotnet /var/www/Website/Website.dll Restart=always # Restart service after 10 seconds if the dotnet service crashes: RestartSec=10