Skip to content

Commit f69c94e

Browse files
authored
Merge pull request #6 from dappnode/marc/autorestart-keyper-indef
more restarts
2 parents 638c99f + f90bc07 commit f69c94e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shutter/supervisord.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ command = run_chain.sh
3232
priority = 2
3333
autostart = false # Only started after configuration process is complete
3434
autorestart = true
35+
startretries = 9999 ; A large number enough to cover node updates
3536
stdout_logfile = /dev/stdout
3637
stdout_logfile_maxbytes = 0
3738
stderr_logfile = /dev/stderr
@@ -41,6 +42,7 @@ stderr_logfile_maxbytes = 0
4142
command = run_keyper.sh
4243
priority = 3
4344
autostart = false # Only started after chain is healthy
45+
startretries = 9999 ; A large number enough to cover node updates
4446
autorestart = true
4547
stdout_logfile = /dev/stdout
4648
stdout_logfile_maxbytes = 0

0 commit comments

Comments
 (0)