Files
familytree/API/FamilyTreeAPI/familytree_service.service
T

18 lines
627 B
Desktop File

[Unit]
Description=ASP.NET Core Web App running on arch linux
[Service]
WorkingDirectory=/var/www/familytree/api
ExecStart=/usr/bin/dotnet /var/www/familytree/api/FamilyTreeAPI.dll
Restart=always
# Restart service after 20 seconds if the dotnet service crashes:
RestartSec=20
KillSignal=SIGINT
SyslogIdentifier=dotnet-web-familytree-api
# This user should exist on the server and have ownership of the deployment directory
#User=www-data this is other ubuntu
#arch linux has user http
User=http
Environment=ASPNETCORE_ENVIRONMENT=Production
[Install]
WantedBy=multi-user.target