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

Adds Supervisor configuration for mosquitto

parent be554807
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 #Ich brauch module im cmd
......
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