lot_manager/conf/common/data_upload.conf

14 lines
300 B
Plaintext
Raw Normal View History

2023-12-02 10:53:31 +08:00
[program:data_upload]
2023-12-07 15:57:24 +08:00
directory=/home/pi/lot_manager/src
2023-12-07 18:28:24 +08:00
command=/usr/bin/python /home/pi/lot_manager/data_upload.py
2023-12-02 10:53:31 +08:00
user=pi
;是否随开机自启 或者reload自启动
autostart=true
;失败重启
autorestart=true
;重启次数
restart_times=3
redirect_stderr=true
stopsignal=TERM
stopasgroup=True