Reapplying abolsute path for dotnet

This commit is contained in:
Robert Marshall 2019-08-26 11:16:37 +01:00
parent efeff551ab
commit 06b684c812

View file

@ -3,7 +3,7 @@ Description=Robware
[Service]
WorkingDirectory=/var/www/Website
ExecStart=dotnet /var/www/Website/Website.dll
ExecStart=/usr/bin/dotnet /var/www/Website/Website.dll
Restart=always
# Restart service after 10 seconds if the dotnet service crashes:
RestartSec=10