Skip to content
Snippets Groups Projects
Commit 5cd73e8c authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Fix lvalert-overseer autorestart in container

overseer seems to always exit with an exit code of 0, which means
that 'autorestart=unexpected' does not restart it. So we set it
to 'true' instead.
parent 36dce416
No related branches found
No related tags found
No related merge requests found
Pipeline #53228 passed
......@@ -10,4 +10,4 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
redirect_stderr=true
priority=2
autorestart=unexpected
autorestart=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment