Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading