From 2b25111efa16c9b3315f7588375d157b0c5fa208 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Wed, 21 Sep 2022 19:27:38 -0400 Subject: [PATCH] Stop postgrey during shutdown --- ehdd/shutdown.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ehdd/shutdown.sh b/ehdd/shutdown.sh index c2204f39..10db85b1 100755 --- a/ehdd/shutdown.sh +++ b/ehdd/shutdown.sh @@ -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