diff --git a/supervisord.conf b/supervisord.conf index 9849c5b..4df1b27 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -7,3 +7,11 @@ logfile_maxbytes=50MB ; maximum size of logfile before logfile_backups=10 ; number of backed up logfiles loglevel=error +[unix_http_server] +file=/run/supervisord.sock + +[supervisorctl] +serverurl=unix:///run/supervisord.sock + +[include] +files = /etc/supervisor/conf.d/*.conf