Manage lvmetad libs
This commit is contained in:
parent
6b6a7db739
commit
38c006b1fd
|
@ -68,9 +68,9 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
|
||||||
'/usr/bin/dbus-daemon' )
|
'/usr/bin/dbus-daemon' )
|
||||||
service_name="dbus"
|
service_name="dbus"
|
||||||
;;
|
;;
|
||||||
# Postfix
|
# lvmetad − LVM metadata cache daemon
|
||||||
'/usr/lib/postfix/sbin/pickup' | '/usr/lib/postfix/qmgr' | '/usr/lib/postfix/sbin/tlsmgr' | '/usr/lib/postfix/sbin/qmgr' )
|
'/sbin/lvmetad' )
|
||||||
service_name="postfix"
|
service_name="lvm2-lvmetad"
|
||||||
;;
|
;;
|
||||||
# Nginx
|
# Nginx
|
||||||
'/usr/sbin/nginx' )
|
'/usr/sbin/nginx' )
|
||||||
|
@ -88,6 +88,10 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
|
||||||
'/usr/sbin/php-fpm7.0' )
|
'/usr/sbin/php-fpm7.0' )
|
||||||
service_name="php7.0-fpm"
|
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
|
# Systemd-journald
|
||||||
'/lib/systemd/systemd-journald' )
|
'/lib/systemd/systemd-journald' )
|
||||||
service_name="systemd-journald"
|
service_name="systemd-journald"
|
||||||
|
|
Loading…
Reference in New Issue