Skip to content

Commit

Permalink
Update supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Jan 6, 2025
1 parent 4ffb6d9 commit 918c17d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deployment/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ user=%(ENV_USER)s
logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisord.pid

[unix_http_server]
file=/var/run/supervisor.sock
chown=%(ENV_USER)s:%(ENV_USER)s

[supervisorctl]
serverurl=unix:///var/run/supervisor.sock

[rpcinterface:supervisor]
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface

0 comments on commit 918c17d

Please sign in to comment.