adding config for arch linux and nginx

This commit is contained in:
2026-05-14 21:59:19 +10:00
parent c0bc89083d
commit 8228ff27b8
4 changed files with 30 additions and 23 deletions
+7 -5
View File
@@ -1,15 +1,17 @@
[Unit]
Description=ASP.NET Core Web App running on Ubuntu
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 10 seconds if the dotnet service crashes:
RestartSec=10
# 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
#User=www-data this is other ubuntu
#arch linux has user http
User=http
Environment=ASPNETCORE_ENVIRONMENT=Production
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target