Skip to content

Commit debadee

Browse files
authored
added stopwaitsecs value of 300 seconds to supervisord programs (#206)
1 parent 1ec2d9c commit debadee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

supervisord.conf

+2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ command=/app/op-node-entrypoint
88
stdout_logfile=/dev/fd/1
99
stdout_logfile_maxbytes=0
1010
redirect_stderr=true
11+
stopwaitsecs=300
1112

1213
[program:op-geth]
1314
command=/app/geth-entrypoint
1415
stdout_logfile=/dev/fd/1
1516
stdout_logfile_maxbytes=0
1617
redirect_stderr=true
18+
stopwaitsecs=300

0 commit comments

Comments
 (0)