Manage php-fpm service

This commit is contained in:
Jeremy Gardais 2018-09-06 09:13:10 +02:00
parent 85878043ea
commit 348157cb77
1 changed files with 4 additions and 0 deletions

View File

@ -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"