Skip to content

Commit

Permalink
Merge pull request #6 from dappnode/marc/autorestart-keyper-indef
Browse files Browse the repository at this point in the history
more restarts
  • Loading branch information
Marketen authored Dec 12, 2024
2 parents 638c99f + f90bc07 commit f69c94e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shutter/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f69c94e

Please sign in to comment.