From: Dominik Csapak Date: Fri, 26 Jul 2019 09:23:34 +0000 (+0200) Subject: restart postfix after first installing pmg-api X-Git-Url: https://git.proxmox.com/?p=pmg-api.git;a=commitdiff_plain;h=fe7a2114e9f9f2e4ba46bba7d2e91e63a2cc64b7;hp=187b2d987f80e203c473318a44b94a66e78d4eac restart postfix after first installing pmg-api when installing on debian, restarting postfix is necessary for it to change the bind address (default is 127.0.0.1) Signed-off-by: Dominik Csapak --- diff --git a/debian/postinst b/debian/postinst index ae8d275..8f84fc6 100644 --- a/debian/postinst +++ b/debian/postinst @@ -32,6 +32,7 @@ case "$1" in deb-systemd-invoke reload-or-try-restart postgresql.service fi pmgconfig sync --restart + deb-systemd-invoke restart postfix.service fi pmgdb update >/dev/null 2>&1 &