lot_manager/conf/mqtt.conf

10 lines
251 B
Plaintext

[program:mqtt]
directory=/home/lihai//PycharmProjects/pythonProject/lot_manager
command=/home/lihai//anaconda3/envs/chatchat/bin/python MQTT.py
user=lihai
autostart=true
autorestart=true
redirect_stderr=true
stopsignal=TERM
stopasgroup=True
priority=1