lot_manager/conf/sensor_to_local.conf

14 lines
284 B
Plaintext
Raw Normal View History

2023-12-05 16:21:08 +08:00
[program:sensor_to_local]
directory=/home/pi/lot_manager
command=/usr/bin/python sensor_to_local.py
user=pi
;是否随开机自启 或者reload自启动
autostart=false
;失败重启
autorestart=true
;重启次数
restart_times=3
redirect_stderr=true
stopsignal=TERM
stopasgroup=True