]> git.proxmox.com Git - pmg-api.git/blobdiff - debian/postinst
restart postfix after first installing pmg-api
[pmg-api.git] / debian / postinst
index ae8d2759ec364322cc9f9e3dfdb665fb2229bc80..8f84fc645f3634961b1f62b277ac81d13b32b066 100644 (file)
@@ -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 &