diff --git a/supervisord.conf b/supervisord.conf index 4f3693f..36d275a 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -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