Fix nslcd proc name...
This commit is contained in:
parent
15ae72554b
commit
f71281593f
|
@ -93,8 +93,8 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
|
|||
service_name="ntp"
|
||||
;;
|
||||
# Nslcd
|
||||
'/usr/sbin/nscld' )
|
||||
service_name="nscld"
|
||||
'/usr/sbin/nslcd' )
|
||||
service_name="nslcd"
|
||||
;;
|
||||
# PHP-FPM 7.0
|
||||
'/usr/sbin/php-fpm7.0' )
|
||||
|
|
Loading…
Reference in New Issue