update
This commit is contained in:
parent
4c4a31bfe3
commit
d0ab550588
|
@ -3,15 +3,11 @@ directory=/home/pi/lot_manager
|
||||||
command=/usr/bin/python data_upload.py
|
command=/usr/bin/python data_upload.py
|
||||||
user=pi
|
user=pi
|
||||||
;是否随开机自启 或者reload自启动
|
;是否随开机自启 或者reload自启动
|
||||||
autostart=true
|
autostart=false
|
||||||
;失败重启
|
;失败重启
|
||||||
autorestart=true
|
autorestart=true
|
||||||
;重启次数
|
;重启次数
|
||||||
restart_times=3
|
restart_times=3
|
||||||
;启动后60秒没有异常就退出
|
|
||||||
startsecs=100
|
|
||||||
; 间隔30秒执行一次任务
|
|
||||||
interval=20
|
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
stopsignal=TERM
|
stopsignal=TERM
|
||||||
stopasgroup=True
|
stopasgroup=True
|
||||||
|
|
|
@ -8,6 +8,11 @@ autostart=false
|
||||||
autorestart=true
|
autorestart=true
|
||||||
;重启次数
|
;重启次数
|
||||||
restart_times=3
|
restart_times=3
|
||||||
|
;暂时改一下!!
|
||||||
|
;启动后60秒没有异常就退出
|
||||||
|
startsecs=100
|
||||||
|
; 间隔30秒执行一次任务
|
||||||
|
interval=20
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
stopsignal=TERM
|
stopsignal=TERM
|
||||||
stopasgroup=True
|
stopasgroup=True
|
||||||
|
|
Loading…
Reference in New Issue