Skip to content

Commit

Permalink
remove gunicorn [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev committed Apr 1, 2024
1 parent 04a0c4e commit 01f0529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ -f /tmp/healthy ]; then
fi

# Shutdown the supervisor if one of the critical processes is in the FATAL state
for service in php-fpm nginx apache2 gunicorn; do
for service in php-fpm nginx apache2; do
if supervisorctl status "${service}" 2>/dev/null | grep -q FATAL; then
printf "%s:FATAL " "${service}"
supervisorctl shutdown
Expand Down

0 comments on commit 01f0529

Please sign in to comment.