Restart configured watchdogs after failures
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
This commit is contained in:
parent
469cef48aa
commit
d84e29f814
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue