diff --git a/shutter/supervisord.conf b/shutter/supervisord.conf index ec4d863..bfc6ccc 100644 --- a/shutter/supervisord.conf +++ b/shutter/supervisord.conf @@ -32,6 +32,7 @@ command = run_chain.sh priority = 2 autostart = false # Only started after configuration process is complete autorestart = true +startretries = 9999 ; A large number enough to cover node updates stdout_logfile = /dev/stdout stdout_logfile_maxbytes = 0 stderr_logfile = /dev/stderr @@ -41,6 +42,7 @@ stderr_logfile_maxbytes = 0 command = run_keyper.sh priority = 3 autostart = false # Only started after chain is healthy +startretries = 9999 ; A large number enough to cover node updates autorestart = true stdout_logfile = /dev/stdout stdout_logfile_maxbytes = 0