lot_manager/conf/common/record.conf

14 lines
294 B
Plaintext

[program:record]
directory=/home/pi/lot_manager/bash
command=/usr/bin/bash /home/pi/lot_manager/bash/record.sh
user=pi
;是否随开机自启 或者reload自启动
autostart=true
;失败重启
autorestart=true
;重启次数
restart_times=3
redirect_stderr=true
stopsignal=TERM
stopasgroup=True