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:
parent
9ac1bdd045
commit
2b25111efa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user