Fix broken supervisor configuration. (#1646)

pull/1688/head
Wayne Koorts 2016-07-16 08:01:13 +12:00 committed by Daniel Roth
parent b7c231160e
commit 891f0399f1
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ To have supervisor monitor our application, we will add a file to the ``/etc/sup
:caption: /etc/supervisor/conf.d/hellomvc.conf
[program:hellomvc]
command=bash /usr/bin/dotnet /var/aspnetcore/HelloMVC/HelloMVC.dll
command=/usr/bin/dotnet /var/aspnetcore/HelloMVC/HelloMVC.dll
directory=/var/aspnetcore/HelloMVC/
autostart=true
autorestart=true
stderr_logfile=/var/log/hellomvc.err.log