2017-05-08 17:43:31 -05:00
|
|
|
[supervisord]
|
|
|
|
logfile_maxbytes=1MB
|
|
|
|
logfile_backups=2
|
|
|
|
nodaemon=true
|
|
|
|
|
2019-11-04 19:44:01 -06:00
|
|
|
[eventlistener:supervisor-proc-exit-listener]
|
2020-02-07 14:34:07 -06:00
|
|
|
command=/usr/bin/supervisor-proc-exit-listener --container-name pmon
|
2019-11-04 19:44:01 -06:00
|
|
|
events=PROCESS_STATE_EXITED
|
|
|
|
autostart=true
|
|
|
|
autorestart=unexpected
|
|
|
|
|
2017-05-08 17:43:31 -05:00
|
|
|
[program:start.sh]
|
|
|
|
command=/usr/bin/start.sh
|
|
|
|
priority=1
|
|
|
|
autostart=true
|
2017-05-09 19:37:08 -05:00
|
|
|
autorestart=false
|
2017-05-08 17:43:31 -05:00
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2017-08-15 12:38:22 -05:00
|
|
|
startsecs=0
|
2017-05-08 17:43:31 -05:00
|
|
|
|
|
|
|
[program:rsyslogd]
|
|
|
|
command=/usr/sbin/rsyslogd -n
|
|
|
|
priority=2
|
|
|
|
autostart=false
|
2017-05-09 19:37:08 -05:00
|
|
|
autorestart=false
|
2017-05-08 17:43:31 -05:00
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:lm-sensors]
|
|
|
|
command=/usr/bin/lm-sensors.sh
|
|
|
|
priority=3
|
|
|
|
autostart=false
|
2017-05-09 19:37:08 -05:00
|
|
|
autorestart=false
|
2017-05-08 17:43:31 -05:00
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2017-08-15 12:38:22 -05:00
|
|
|
startsecs=0
|
2017-05-08 17:43:31 -05:00
|
|
|
|
2017-06-23 17:23:00 -05:00
|
|
|
[program:fancontrol]
|
|
|
|
command=/usr/sbin/fancontrol
|
|
|
|
priority=4
|
|
|
|
autostart=false
|
2020-03-19 19:24:22 -05:00
|
|
|
autorestart=unexpected
|
2017-06-23 17:23:00 -05:00
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2020-03-19 19:24:22 -05:00
|
|
|
startsecs=10
|
2017-06-23 17:23:00 -05:00
|
|
|
|
2019-03-22 04:49:35 -05:00
|
|
|
{% if not skip_ledd %}
|
2017-06-11 00:05:11 -05:00
|
|
|
[program:ledd]
|
|
|
|
command=/usr/bin/ledd
|
2017-06-23 17:23:00 -05:00
|
|
|
priority=5
|
2017-06-11 00:05:11 -05:00
|
|
|
autostart=false
|
2018-05-10 03:20:22 -05:00
|
|
|
autorestart=false
|
2017-06-11 00:05:11 -05:00
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2017-08-15 12:38:22 -05:00
|
|
|
startsecs=0
|
2019-03-22 04:49:35 -05:00
|
|
|
{% endif %}
|
2018-08-03 18:33:56 -05:00
|
|
|
|
2019-03-22 04:49:35 -05:00
|
|
|
{% if not skip_xcvrd %}
|
2018-08-03 18:33:56 -05:00
|
|
|
[program:xcvrd]
|
|
|
|
command=/usr/bin/xcvrd
|
|
|
|
priority=6
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
startsecs=0
|
2019-03-22 04:49:35 -05:00
|
|
|
{% endif %}
|
2019-01-15 23:24:47 -06:00
|
|
|
|
2019-03-22 04:49:35 -05:00
|
|
|
{% if not skip_psud %}
|
2019-01-15 23:24:47 -06:00
|
|
|
[program:psud]
|
|
|
|
command=/usr/bin/psud
|
|
|
|
priority=7
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
startsecs=0
|
2019-03-22 04:49:35 -05:00
|
|
|
{% endif %}
|
2019-06-18 13:02:24 -05:00
|
|
|
|
|
|
|
{% if not skip_syseepromd %}
|
|
|
|
[program:syseepromd]
|
|
|
|
command=/usr/bin/syseepromd
|
|
|
|
priority=8
|
|
|
|
autostart=false
|
|
|
|
autorestart=true
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
startsecs=0
|
|
|
|
{% endif %}
|
2020-03-09 12:41:10 -05:00
|
|
|
|
|
|
|
{% if not skip_thermalctld %}
|
|
|
|
[program:thermalctld]
|
|
|
|
command=/usr/bin/thermalctld
|
|
|
|
priority=9
|
|
|
|
autostart=false
|
|
|
|
autorestart=true
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
startsecs=0
|
|
|
|
{% endif %}
|