Support php-fpm7.3 service

This commit is contained in:
Jeremy Gardais 2019-08-28 11:29:30 +02:00
parent 088523f955
commit 84f7420ba2
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 5 additions and 1 deletions

View File

@ -88,10 +88,14 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
'/usr/sbin/ntpd' )
service_name="ntp"
;;
# PHP-FPM
# PHP-FPM 7.0
'/usr/sbin/php-fpm7.0' )
service_name="php7.0-fpm"
;;
# PHP-FPM 7.3
'/usr/sbin/php-fpm7.3' )
service_name="php7.3-fpm"
;;
# Postfix
'/usr/lib/postfix/sbin/pickup' | '/usr/lib/postfix/qmgr' | '/usr/lib/postfix/sbin/tlsmgr' | '/usr/lib/postfix/sbin/qmgr' )
service_name="postfix"