supervisord.conf配置文件修正

将126行supervisor.sock修改为supervisord.sock,和138行相匹配。
This commit is contained in:
zhaohaibin
2013-07-16 07:20:48 +08:00
parent 4db72503e6
commit 5978862db3

View File

@@ -123,7 +123,7 @@ Supervisord默认的配置文件路径为/etc/supervisord.conf通过文本编
;/etc/supervisord.conf
[unix_http_server]
file = /var/run/supervisor.sock
file = /var/run/supervisord.sock
chmod = 0777
chown= root:root