We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 638c99f + f90bc07 commit f69c94eCopy full SHA for f69c94e
shutter/supervisord.conf
@@ -32,6 +32,7 @@ command = run_chain.sh
32
priority = 2
33
autostart = false # Only started after configuration process is complete
34
autorestart = true
35
+startretries = 9999 ; A large number enough to cover node updates
36
stdout_logfile = /dev/stdout
37
stdout_logfile_maxbytes = 0
38
stderr_logfile = /dev/stderr
@@ -41,6 +42,7 @@ stderr_logfile_maxbytes = 0
41
42
command = run_keyper.sh
43
priority = 3
44
autostart = false # Only started after chain is healthy
45
46
47
48
0 commit comments