; Supervisor config file. [program:fathom] command=/opt/fathom/fathom server directory=/opt/%(program_name)s stopasgroup=true stdout_logfile=/var/log/%(program_name)s.log stdout_logfile_maxbytes=0 stdout_logfile_backups=0 redirect_stderr=true user=%(program_name)s [inet_http_server] port = 9100 username = fathom password = fathom [unix_http_server] file=/run/supervisord.sock [supervisord] logfile=/var/log/supervisord.log loglevel=info user=root [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [supervisorctl] serverurl=unix:///run/supervisord.sock