From 221851abc1004a66513768b0941d74bb27ba93e4 Mon Sep 17 00:00:00 2001 From: Rick Breidenstein Date: Thu, 6 Apr 2017 12:21:13 -0400 Subject: [PATCH] supervisor ; cause services not to start (#744) the ; in the supervisor/conf.d/app.conf file cause the service not to start. --- docs/production/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/production/index.rst b/docs/production/index.rst index a98ee691..6547738a 100644 --- a/docs/production/index.rst +++ b/docs/production/index.rst @@ -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