Add a binary path for Postfix on Debian Stretch
This commit is contained in:
parent
012472f86f
commit
2204b250ea
|
@ -69,7 +69,7 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
|
||||||
service_name="dbus"
|
service_name="dbus"
|
||||||
;;
|
;;
|
||||||
# Postfix
|
# Postfix
|
||||||
'/usr/lib/postfix/sbin/pickup' | '/usr/lib/postfix/qmgr' | '/usr/lib/postfix/sbin/tlsmgr' )
|
'/usr/lib/postfix/sbin/pickup' | '/usr/lib/postfix/qmgr' | '/usr/lib/postfix/sbin/tlsmgr' | '/usr/lib/postfix/sbin/qmgr' )
|
||||||
service_name="postfix"
|
service_name="postfix"
|
||||||
;;
|
;;
|
||||||
# Nginx
|
# Nginx
|
||||||
|
|
Loading…
Reference in New Issue