Restart Nslcd service if require
This commit is contained in:
parent
7d2d6a7aef
commit
0a20005056
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue