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
|
;startsecs to fix "not expected" error. see: https://github.com/Supervisor/supervisor/issues/212#issuecomment-47933372
|
||||||
[program:screen-copy]
|
[program:screen-copy]
|
||||||
command=./src/scrcpy.sh
|
command=./src/scrcpy.sh
|
||||||
autorestart=true
|
autorestart=false
|
||||||
startsecs=0
|
|
||||||
stdout_logfile=%(ENV_LOG_PATH)s/screen-copy.stdout.log
|
stdout_logfile=%(ENV_LOG_PATH)s/screen-copy.stdout.log
|
||||||
stderr_logfile=%(ENV_LOG_PATH)s/screen-copy.stderr.log
|
stderr_logfile=%(ENV_LOG_PATH)s/screen-copy.stderr.log
|
||||||
priority=3
|
priority=3
|
||||||
|
|
Loading…
Reference in a new issue