Disabled auto restart
This commit is contained in:
parent
d6a582ae20
commit
d8ac737d00
|
@ -37,8 +37,7 @@ priority=1
|
|||
;startsecs to fix "not expected" error. see: https://github.com/Supervisor/supervisor/issues/212#issuecomment-47933372
|
||||
[program:screen-copy]
|
||||
command=./src/scrcpy.sh
|
||||
autorestart=true
|
||||
startsecs=0
|
||||
autorestart=false
|
||||
stdout_logfile=%(ENV_LOG_PATH)s/screen-copy.stdout.log
|
||||
stderr_logfile=%(ENV_LOG_PATH)s/screen-copy.stderr.log
|
||||
priority=3
|
||||
|
|
Loading…
Reference in a new issue