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' )
|
'/usr/sbin/ntpd' )
|
||||||
service_name="ntp"
|
service_name="ntp"
|
||||||
;;
|
;;
|
||||||
|
# PHP-FPM
|
||||||
|
'/usr/sbin/php-fpm7.0' )
|
||||||
|
service_name="php7.0-fpm"
|
||||||
|
;;
|
||||||
# Systemd-journald
|
# Systemd-journald
|
||||||
'/lib/systemd/systemd-journald' )
|
'/lib/systemd/systemd-journald' )
|
||||||
service_name="systemd-journald"
|
service_name="systemd-journald"
|
||||||
|
|
Loading…
Reference in New Issue