mirror of
https://github.com/SeleniumHQ/docker-selenium.git
synced 2024-02-23 15:49:32 +03:00
Enable autorestart for vnc and other video-related services (#1624)
VNC Autorestart - Enable autorestart for vnc and other video-related services - Switch back to defaults in startsecs (1) - Switch back to defaults in startretries (3) Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user