Don't run Remotely service as www-data anymore.

This commit is contained in:
Jared 2021-04-09 19:50:58 -07:00 committed by Jared Goodwin
parent 1ad6dac15e
commit ebc3214db3

View File

@ -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