diff --git a/NodeBase/selenium.conf b/NodeBase/selenium.conf index 098ca1b02..e8045a86e 100644 --- a/NodeBase/selenium.conf +++ b/NodeBase/selenium.conf @@ -6,9 +6,7 @@ priority=0 command=/opt/bin/start-xvfb.sh autostart=true -autorestart=false -startsecs=0 -startretries=0 +autorestart=true ;Logs redirect_stderr=false @@ -25,9 +23,7 @@ stderr_capture_maxbytes=50MB priority=5 command=/opt/bin/start-vnc.sh autostart=true -autorestart=false -startsecs=0 -startretries=0 +autorestart=true ;Logs redirect_stderr=false @@ -44,9 +40,7 @@ stderr_capture_maxbytes=50MB priority=10 command=/opt/bin/start-novnc.sh autostart=true -autorestart=false -startsecs=0 -startretries=0 +autorestart=true ;Logs redirect_stderr=false diff --git a/Video/supervisord.conf b/Video/supervisord.conf index 4c79656f9..68d42b8a2 100644 --- a/Video/supervisord.conf +++ b/Video/supervisord.conf @@ -15,9 +15,7 @@ minprocs=200 ; (min. avail process descriptors; priority=0 command=/opt/bin/video.sh autostart=true -autorestart=false -startsecs=0 -startretries=0 +autorestart=true stopsignal=INT ;Logs (all activity redirected to stdout so it can be seen through "docker logs" @@ -29,9 +27,7 @@ stdout_logfile_maxbytes=0 priority=5 command=python3 /opt/bin/video_ready.py autostart=true -autorestart=false -startsecs=0 -startretries=0 +autorestart=true stopsignal=INT ;Logs (all activity redirected to stdout so it can be seen through "docker logs"