From ebc3214db3aa111e31f875aa5eca2337aa0650f5 Mon Sep 17 00:00:00 2001 From: Jared Date: Fri, 9 Apr 2021 19:50:58 -0700 Subject: [PATCH] Don't run Remotely service as www-data anymore. --- Utilities/Ubuntu_Server_Install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Utilities/Ubuntu_Server_Install.sh b/Utilities/Ubuntu_Server_Install.sh index cfef7a0d..5be3e812 100644 --- a/Utilities/Ubuntu_Server_Install.sh +++ b/Utilities/Ubuntu_Server_Install.sh @@ -57,7 +57,6 @@ Restart=always # Restart service after 10 seconds if the dotnet service crashes: RestartSec=10 SyslogIdentifier=remotely -User=www-data Environment=ASPNETCORE_ENVIRONMENT=Production Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false