Support php-fpm7.3 service
This commit is contained in:
parent
088523f955
commit
84f7420ba2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue