Add a binary path for Postfix on Debian Stretch

This commit is contained in:
Jeremy Gardais 2018-08-21 09:24:52 +02:00
parent 012472f86f
commit 2204b250ea
1 changed files with 1 additions and 1 deletions

View File

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