Skip to content

Commit 981bc5f

Browse files
committed
supervisord.conf配置文件修正
将126行supervisor.sock修改为supervisord.sock,和138行相匹配。
1 parent 8977835 commit 981bc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/12.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Supervisord默认的配置文件路径为/etc/supervisord.conf,通过文本编
123123

124124
;/etc/supervisord.conf
125125
[unix_http_server]
126-
file = /var/run/supervisor.sock
126+
file = /var/run/supervisord.sock
127127
chmod = 0777
128128
chown= root:root
129129

0 commit comments

Comments
 (0)