; tg2whoplugins supervisord.conf file [inet_http_server] port=127.0.0.1:9031 [supervisord] logfile=%(here)s/supervisord.log logfile_maxbytes=50MB logfile_backups=10 loglevel=info pidfile=%(here)s/supervisord.pid nodaemon=false directory=%(here)s [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [supervisorctl] serverurl=http://127.0.0.1:9031 [program:postgres] command = parts/postgresql/bin/postmaster -D etc/ redirect_stderr = true stopsignal = INT