Skip to content
Snippets Groups Projects
Commit fc3ccf0f authored by Torben Petersen's avatar Torben Petersen
Browse files

Removes mosquitto from supervisor start

parent 6f3603f3
No related branches found
No related tags found
No related merge requests found
[program:mosquitto]
command=mosquitto -c /home/pi/lctc-software/mosquitto_master.conf
# highest priority (lowest number)
priority=0
# automatically start when supervisord starts
autostart=true
# automatically restart when it exits!
autorestart=true
# logfile for temp
stdout_logfile=/home/pi/mosquitto.stdout.log
stderr_logfile=/home/pi/mosquitto.stderr.log
[program:module_loader]
environment=PYTHONPATH="/home/pi/lctc-software/"
command=python3 -u /home/pi/lctc-software/module_loader.py -vvvvv ChamberController DS1820 Display
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment