mosquitto-with-auth/supervisor-mosquitto.conf
Wolfgang Hottgenroth 1360195f67 add cron
2022-09-14 12:07:14 +02:00

22 lines
379 B
Plaintext

[supervisord]
nodaemon=true
user=root
[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
startsecs=0
[program:cron]
command=/usr/sbin/cron -f
autostart=true
autorestart=true