File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -501,9 +501,6 @@ SYSLOG_PORT=${SYSLOG_PORT:-516}
501501# Use color for logging output (only available if syslog is not used)
502502LOG_COLOR=` trueorfalse True $LOG_COLOR `
503503
504- # Service startup timeout
505- SERVICE_TIMEOUT=${SERVICE_TIMEOUT:- 60}
506-
507504# Reset the bundle of CA certificates
508505SSL_BUNDLE_FILE=" $DATA_DIR /ca-bundle.pem"
509506rm -f $SSL_BUNDLE_FILE
Original file line number Diff line number Diff line change @@ -580,6 +580,11 @@ SERVICE_PROTOCOL=${SERVICE_PROTOCOL:-http}
580580# Also sets the minimum number of workers to 2.
581581API_WORKERS=${API_WORKERS:=$(( ($(nproc)/2)<2 ? 2 : ($(nproc)/2) ))}
582582
583+ # Service startup timeout
584+ SERVICE_TIMEOUT=${SERVICE_TIMEOUT:-60}
585+
586+ # Following entries need to be last items in file
587+
583588# Local variables:
584589# mode: shell-script
585590# End:
You can’t perform that action at this time.
0 commit comments