[supervisord] nodaemon=true [program:sshd] command=/usr/sbin/sshd -D [program:apache2] command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND" [program:crond] command = /usr/sbin/cron user = root autostart = true #[program:cron] #command=cron -f -L 15 #autostart=true #autorestart=true [program:redis] command=/usr/bin/redis-server /etc/redis/redis.conf autostart=true #autorestart=true user=root stdout_logfile=/var/log/redis/stdout.log stderr_logfile=/var/log/redis/stderr.log [program:rabbitmq] command=/usr/sbin/rabbitmq-server stdout_logfile=/var/log/supervisor/%(program_name)s.log stderr_logfile=/var/log/supervisor/%(program_name)s.log autostart=true autorestart=true [supervisorctl] serverurl = http://localhost:9001 username = devel password = d3v3l [inet_http_server] port = *:9001 username = devel password = d3v3l