[supervisord] nodaemon=true [program:nginx] command=/app/soft/nginx/sbin/nginx -g 'daemon off;' process_name=%(program_name)s_%(process_num)02d numprocs=1 autostart=true autorestart=false startsecs=0 redirect_stderr=true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 [program:crond] command=/usr/sbin/crond -n autostart=true startsecs=50 startretries=3 autorestart=true user=root stdout_logfile=/data/log/cron/stdout.log stderr_logfile=/data/log/cron/stderr.log