From d8ac737d00a9f93ee529f0630e5b512792e12628 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Mon, 16 Sep 2019 11:56:48 +0200 Subject: [PATCH] Disabled auto restart --- supervisord.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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