[unix_http_server] file=/var/run/supervisor/supervisor.sock ; (the path to the socket file) chmod=0770 ; socket file mode (default 0700) chown=root:supervisor ; socket file uid:gid owner [supervisord] nodaemon=true logfile=/var/log/supervisor/supervisord.log pidfile=/var/run/supervisor/supervisord.pid stdout_logfile_maxbytes = 50MB stdout_logfile_backups = 10 loglevel=info ; (default: info; others: debug, warn, trace) [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [supervisorctl] serverurl=unix:///var/run/supervisor/supervisor.sock [include] files = /etc/supervisor/conf.d/*.conf