Reapplying abolsute path for dotnet
This commit is contained in:
parent
efeff551ab
commit
06b684c812
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Description=Robware
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/var/www/Website
|
WorkingDirectory=/var/www/Website
|
||||||
ExecStart=dotnet /var/www/Website/Website.dll
|
ExecStart=/usr/bin/dotnet /var/www/Website/Website.dll
|
||||||
Restart=always
|
Restart=always
|
||||||
# Restart service after 10 seconds if the dotnet service crashes:
|
# Restart service after 10 seconds if the dotnet service crashes:
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue