Restart Nslcd service if require

This commit is contained in:
Jeremy Gardais 2019-12-21 08:47:45 +01:00
parent 7d2d6a7aef
commit 0a20005056
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
'/usr/sbin/ntpd' ) '/usr/sbin/ntpd' )
service_name="ntp" service_name="ntp"
;; ;;
# Nslcd
'/usr/sbin/nscld' )
service_name="nscld"
;;
# PHP-FPM 7.0 # PHP-FPM 7.0
'/usr/sbin/php-fpm7.0' ) '/usr/sbin/php-fpm7.0' )
service_name="php7.0-fpm" service_name="php7.0-fpm"