Skip to content

Commit 693e213

Browse files
authored
fix: clear CRIT message from supervisord (#2440)
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 3f3a3fe commit 693e213

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Base/supervisord.conf

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
2525

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

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

0 commit comments

Comments
 (0)