mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Merge pull request #2468 from sachilles/revert-supervisor-fix-2422
Revert "fix: Stop all process before sending SIGTERM to supervisor. (#2422)"
This commit is contained in:
commit
339b357b6a
@ -21,7 +21,6 @@ case ${1} in
|
||||
/usr/bin/supervisord -nc /etc/supervisor/supervisord.conf &
|
||||
SUPERVISOR_PID=$!
|
||||
migrate_database
|
||||
/usr/bin/supervisorctl stop all
|
||||
kill -15 $SUPERVISOR_PID
|
||||
if ps h -p $SUPERVISOR_PID > /dev/null ; then
|
||||
wait $SUPERVISOR_PID || true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user