Skip to content

Commit 4f00472

Browse files
authored
Merge pull request #27 from flownative/task/raise-supervisor-startretries
Raise user services `startretries` from 3 (default) to 12
2 parents 571a744 + 366434c commit 4f00472

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

root-files/opt/flownative/lib/beach.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ process_name=%(program_name)s
242242
command=${servicePathAndFilename}
243243
autostart=true
244244
autorestart=true
245+
startretries=120
245246
numprocs=1
246247
stdout_logfile=/dev/stdout
247248
stdout_logfile_maxbytes=0

0 commit comments

Comments
 (0)