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:
parent
7f019583f2
commit
221851abc1
|
@ -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::
|
Create a configuration file named supervisor.ini::
|
||||||
|
|
||||||
[unix_http_server]
|
[unix_http_server]
|
||||||
file=/tmp/supervisor.sock;
|
file=/tmp/supervisor.sock
|
||||||
|
|
||||||
[supervisorctl]
|
[supervisorctl]
|
||||||
serverurl=unix:///tmp/supervisor.sock;
|
serverurl=unix:///tmp/supervisor.sock
|
||||||
|
|
||||||
[rpcinterface:supervisor]
|
[rpcinterface:supervisor]
|
||||||
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
|
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
|
||||||
|
|
Loading…
Reference in New Issue