Fix nslcd proc name...

This commit is contained in:
Jeremy Gardais 2020-04-29 08:44:40 +02:00
parent 15ae72554b
commit f71281593f
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 2 deletions

View File

@ -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' )