[Unit] Description=isnd - a Nuget package repository daemon After=syslog.target After=network.target Wants=postgresql.service After=postgresql.service [Service] RestartSec=5s Type=simple User=isn Group=isn WorkingDirectory=/srv/www/isnd/ ExecStart=/srv/www/isnd/isnd Restart=always Environment="HOME=/srv/www/isnd" Environment="ASPNETCORE_ENVIRONMENT=Production" Environment="ASPNETCORE_ConnectionStrings__DefaultConnection=Server=localhost;Port=5432;Database=isnd;Username=paul;Password=RvJa=y#b/tfg;" CapabilityBoundingSet=CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_BIND_SERVICE StandardOutput=syslog StandardError=syslog SyslogIdentifier=isnd [Install] WantedBy=multi-user.target