From 5978862db385c0d246ff74ce391524812ffda26b Mon Sep 17 00:00:00 2001 From: zhaohaibin Date: Tue, 16 Jul 2013 07:20:48 +0800 Subject: [PATCH] =?UTF-8?q?supervisord.conf=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将126行supervisor.sock修改为supervisord.sock,和138行相匹配。 --- ebook/12.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebook/12.3.md b/ebook/12.3.md index 44de4504..6e77e104 100644 --- a/ebook/12.3.md +++ b/ebook/12.3.md @@ -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