Skip to content

Commit

Permalink
Properly shutdown background processes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 12, 2024
1 parent 6a247d4 commit 17ed3da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 4.5/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ stopServices() {
kill $replicationpid
fi
kill $tailpid
echo `cat $GUNICORN_PID_FILE`
echo
cat $GUNICORN_PID_FILE | sudo xargs kill
gkill nominatim

# Force exit code 0 to signal a successful shutdown to Docker
exit 0
Expand Down

0 comments on commit 17ed3da

Please sign in to comment.