2022-09-14 12:07:14 +02:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
user=root
|
|
|
|
|
2022-09-14 11:00:35 +02:00
|
|
|
[program:mosquitto]
|
|
|
|
environment=LD_LIBRARY_PATH="/opt/lib"
|
|
|
|
command=/opt/sbin/mosquitto -c /opt/etc/mosquitto/mosquitto.conf
|
|
|
|
autostart=true
|
|
|
|
autorestart=true
|
|
|
|
|
|
|
|
[program:certbot]
|
|
|
|
command=/usr/bin/certbot renew --standalone
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
2022-09-14 12:07:14 +02:00
|
|
|
startsecs=0
|
|
|
|
|
|
|
|
[program:cron]
|
|
|
|
command=/usr/sbin/cron -f
|
|
|
|
autostart=true
|
|
|
|
autorestart=true
|
|
|
|
|