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.
1 parent 638c99f commit f90bc07Copy full SHA for f90bc07
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