Skip to content

Commit 61fa07f

Browse files
authored
Update supervisord.conf
1 parent 480331d commit 61fa07f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployment/supervisord.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ file=/var/run/supervisor.sock
99

1010
[supervisorctl]
1111
serverurl=unix:///var/run/supervisor.sock
12+
chown=%(ENV_USER)s:%(ENV_USER)s
1213

1314
[rpcinterface:supervisor]
14-
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
15+
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface

0 commit comments

Comments
 (0)