Files
mosquitto-with-auth/supervisor-mosquitto.conf
Wolfgang Hottgenroth 56bf186922 use supervisor
2022-09-14 11:00:35 +02:00

11 lines
253 B
Plaintext

[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