9e9a63ea1a
Update startBrowser x MON PI
18 lines
426 B
Desktop File
18 lines
426 B
Desktop File
[Unit]
|
|
Description= .NET Web API App
|
|
|
|
[Service]
|
|
WorkingDirectory=/var/www/publish
|
|
ExecStart=/usr/bin/dotnet /var/www/publish/MP.Stats.dll
|
|
Restart=always
|
|
# Restart service after 10 seconds if the dotnet service crashes:
|
|
RestartSec=10
|
|
KillSignal=SIGINT
|
|
SyslogIdentifier=dotnet-app
|
|
User=www-data
|
|
Environment=ASPNETCORE_ENVIRONMENT=Production
|
|
Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|