[supervisord] logfile_maxbytes=1MB logfile_backups=2 nodaemon=true [eventlistener:supervisor-proc-exit-listener] command=/usr/bin/supervisor-proc-exit-listener --container-name telemetry events=PROCESS_STATE_EXITED autostart=true autorestart=false [program:start.sh] command=/usr/bin/start.sh priority=1 autostart=true autorestart=false stdout_logfile=syslog stderr_logfile=syslog [program:rsyslogd] command=/usr/sbin/rsyslogd -n priority=2 autostart=false autorestart=true stdout_logfile=syslog stderr_logfile=syslog [program:telemetry] command=/usr/bin/telemetry.sh priority=3 autostart=false autorestart=false stdout_logfile=syslog stderr_logfile=syslog [program:dialout] command=/usr/bin/dialout.sh priority=4 autostart=false autorestart=false stdout_logfile=syslog stderr_logfile=syslog