supervisor ; cause services not to start (#744)

the ; in the supervisor/conf.d/app.conf file cause the service not to start.
This commit is contained in:
Rick Breidenstein 2017-04-06 12:21:13 -04:00 committed by kevgliss
parent 7f019583f2
commit 221851abc1
1 changed files with 2 additions and 2 deletions

View File

@ -240,10 +240,10 @@ most of the time), but here is a quick overview on how to use it.
Create a configuration file named supervisor.ini::
[unix_http_server]
file=/tmp/supervisor.sock;
file=/tmp/supervisor.sock
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock;
serverurl=unix:///tmp/supervisor.sock
[rpcinterface:supervisor]
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface