update
This commit is contained in:
parent
4e99463b09
commit
8a7209e7b9
|
@ -1,13 +0,0 @@
|
|||
[program:record_cron]
|
||||
directory=/home/pi/lot_manager
|
||||
command=supervisorctl start record
|
||||
user=pi
|
||||
;是否随开机自启 或者reload自启动
|
||||
autostart=true
|
||||
;失败重启
|
||||
autorestart=true
|
||||
;重启次数
|
||||
restart_times=3
|
||||
redirect_stderr=true
|
||||
stopsignal=TERM
|
||||
stopasgroup=True
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
supervisorctl start
|
||||
|
Loading…
Reference in New Issue