From d84e29f814cd9b5fc30f1397c041d3f90feb9959 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Aug 2026 18:03:44 +0000 Subject: [PATCH] Restart configured watchdogs after failures --- docker/supervisord.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/supervisord.conf b/docker/supervisord.conf index 09f1b88..464dd76 100644 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -22,7 +22,7 @@ environment=DOCKER_GMAO_WORKDIR="/app",DOCKER_GMAO_ENVFILE="/app/.env.docker",PY directory=/app user=gmao autostart=true -autorestart=false +autorestart=unexpected stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 stderr_logfile=/dev/fd/2 @@ -34,7 +34,7 @@ environment=DOCKER_GMAO_WORKDIR="/app",DOCKER_GMAO_ENVFILE="/app/.env.docker",PY directory=/app user=gmao autostart=true -autorestart=false +autorestart=unexpected stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 stderr_logfile=/dev/fd/2 @@ -46,7 +46,7 @@ environment=DOCKER_GMAO_WORKDIR="/app",DOCKER_GMAO_ENVFILE="/app/.env.docker",PY directory=/app user=gmao autostart=true -autorestart=false +autorestart=unexpected stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 stderr_logfile=/dev/fd/2 @@ -70,7 +70,7 @@ environment=PYTHONPATH="/app",HOME="/home/gmao" directory=/app user=gmao autostart=true -autorestart=false +autorestart=unexpected stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 stderr_logfile=/dev/fd/2