From 5029d335289a4a4778d53688c10c55ca8d36a957 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Fri, 27 Oct 2017 20:59:19 +0200 Subject: [PATCH] Fixed error --- supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervisord.conf b/supervisord.conf index 8bd9f14..1e206a2 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -5,7 +5,7 @@ childlogdir=%(ENV_LOG_PATH)s priority=1 [program:xvfb] -command=rm -r /tmp/ && /usr/bin/Xvfb %(ENV_DISPLAY)s -screen %(ENV_SCREEN)s %(ENV_SCREEN_WIDTH)sx%(ENV_SCREEN_HEIGHT)sx%(ENV_SCREEN_DEPTH)s +command=/usr/bin/Xvfb %(ENV_DISPLAY)s -screen %(ENV_SCREEN)s %(ENV_SCREEN_WIDTH)sx%(ENV_SCREEN_HEIGHT)sx%(ENV_SCREEN_DEPTH)s stdout_logfile=%(ENV_LOG_PATH)s/xvfb.stdout.log stderr_logfile=%(ENV_LOG_PATH)s/xvfb.stderr.log priority=1 @@ -50,7 +50,7 @@ stderr_logfile=%(ENV_LOG_PATH)s/docker-android.stderr.log priority=4 [program:auto-recording] -command=./src/record.sh +command=./src/record.sh auto_record autorestart=false stdout_logfile=%(ENV_LOG_PATH)s/video-recording.stdout.log stderr_logfile=%(ENV_LOG_PATH)s/video-recording.stderr.log