fix(health_check): use the default socket name for supervisord

!1
This commit is contained in:
2023-11-12 21:20:18 +09:30
parent 054c64d3a6
commit b451669705

View File

@ -1,6 +1,6 @@
[unix_http_server]
file=/var/run/supervisor.sock ; (the path to the socket file)
file=/var/run/supervisord.sock ; (the path to the socket file)
chmod=0700 ; sockef file mode (default 0700)
;[inet_http_server]
@ -22,7 +22,7 @@ user=root
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
serverurl=unix:///var/run/supervisord.sock ; use a unix:// URL for a unix socket
; The [include] section can just contain the "files" setting. This
; setting can list multiple files (separated by whitespace or