소스 검색

Example config file for supervisord is fixed.

Mikhail Korobov 15 년 전
부모
커밋
098aaa6921
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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]