Manage lvmetad libs

This commit is contained in:
Jeremy Gardais 2019-02-19 07:35:53 +01:00
parent 6b6a7db739
commit 38c006b1fd
1 changed files with 7 additions and 3 deletions

View File

@ -68,9 +68,9 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
'/usr/bin/dbus-daemon' )
service_name="dbus"
;;
# Postfix
'/usr/lib/postfix/sbin/pickup' | '/usr/lib/postfix/qmgr' | '/usr/lib/postfix/sbin/tlsmgr' | '/usr/lib/postfix/sbin/qmgr' )
service_name="postfix"
# lvmetad LVM metadata cache daemon
'/sbin/lvmetad' )
service_name="lvm2-lvmetad"
;;
# Nginx
'/usr/sbin/nginx' )
@ -88,6 +88,10 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
'/usr/sbin/php-fpm7.0' )
service_name="php7.0-fpm"
;;
# Postfix
'/usr/lib/postfix/sbin/pickup' | '/usr/lib/postfix/qmgr' | '/usr/lib/postfix/sbin/tlsmgr' | '/usr/lib/postfix/sbin/qmgr' )
service_name="postfix"
;;
# Systemd-journald
'/lib/systemd/systemd-journald' )
service_name="systemd-journald"