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:
Dmitry Kireev
2022-07-06 13:20:00 +01:00
committed by GitHub
parent e36cc59fc8
commit f8cb7047ac
2 changed files with 5 additions and 15 deletions

View File

@@ -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

View File

@@ -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"