Skip to content

Commit

Permalink
fix: clear CRIT message from supervisord (#2440)
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
  • Loading branch information
VietND96 authored Oct 23, 2024
1 parent 3f3a3fe commit 693e213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Base/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[supervisorctl]
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
username=%(ENV_SEL_USER)s
password=secret

[include]
files = /etc/supervisor/conf.d/*.conf

0 comments on commit 693e213

Please sign in to comment.