Browse Source

Example config file for supervisord is fixed.

Mikhail Korobov 15 years ago
parent
commit
098aaa6921
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/supervisord/supervisord.conf

+ 1 - 1
contrib/supervisord/supervisord.conf

@@ -18,7 +18,7 @@ childlogdir=/var/log/supervisord/            ; where child log files will live
 supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
 
 [supervisorctl]
-serverurl=unix:///tmp/supervisor.sock; use unix:// schem for a unix sockets.
+serverurl=unix:///tmp/supervisor.sock ; use unix:// schem for a unix sockets.
 
 
 [include]