Manage php-fpm service
This commit is contained in:
parent
85878043ea
commit
348157cb77
|
@ -84,6 +84,10 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
|
|||
'/usr/sbin/ntpd' )
|
||||
service_name="ntp"
|
||||
;;
|
||||
# PHP-FPM
|
||||
'/usr/sbin/php-fpm7.0' )
|
||||
service_name="php7.0-fpm"
|
||||
;;
|
||||
# Systemd-journald
|
||||
'/lib/systemd/systemd-journald' )
|
||||
service_name="systemd-journald"
|
||||
|
|
Loading…
Reference in New Issue