Skip to content

Commit 918c17d

Browse files
authored
Update supervisord.conf
1 parent 4ffb6d9 commit 918c17d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

deployment/supervisord.conf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ user=%(ENV_USER)s
44
logfile=/var/log/supervisor/supervisord.log
55
pidfile=/var/run/supervisord.pid
66

7-
[unix_http_server]
8-
file=/var/run/supervisor.sock
9-
chown=%(ENV_USER)s:%(ENV_USER)s
10-
117
[supervisorctl]
128
serverurl=unix:///var/run/supervisor.sock
139

1410
[rpcinterface:supervisor]
15-
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
11+
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface

0 commit comments

Comments
 (0)