[supervisord] nodaemon=true http_port=/var/tmp/supervisor.sock logfile=/var/log/supervisor/supervisord.log logfile_maxbytes=50MB logfile_backups=10 loglevel=debug pidfile=/var/run/supervisord.pid minfds=1024 minprocs=200 [supervisorctl] serverurl=unix:///var/tmp/supervisor.sock [program:sshd] command=/usr/sbin/sshd -D [program:httpd] command=/usr/sbin/httpd -DFOREGROUND [program:mysqld] command=/usr/bin/mysqld_safe [program:postfix] command = /usr/sbin/postfix start