Disabled auto restart

This commit is contained in:
butomo1989 2019-09-16 11:56:48 +02:00
parent d6a582ae20
commit d8ac737d00

View file

@ -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