1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00

Stop postgrey during shutdown

This commit is contained in:
downtownallday 2022-09-21 19:27:38 -04:00
parent 9ac1bdd045
commit 2b25111efa

View File

@ -14,6 +14,7 @@ if [ -s /etc/mailinabox.conf ]; then
systemctl stop php8.0-fpm
systemctl stop postfix
systemctl stop dovecot
systemctl stop postgrey
systemctl stop cron
#systemctl stop nsd
[ -x /usr/sbin/slapd ] && systemctl stop slapd