]> git.proxmox.com Git - pmg-api.git/commitdiff
pmgsync.service: really order before postfix@-.service
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 24 Apr 2020 06:59:19 +0000 (08:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 24 Apr 2020 06:59:21 +0000 (08:59 +0200)
followup for commit 0c4cf3f2cfa2b40d4fb1ded7501989b884c73eae
which assumed that we can order on templated base units, which we
cannot (at least under the systemd version of buster). So depend on
the actual instance of the main postfix template.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/pmgsync.service

index 8d0ee9190fa9fc5b6d5a696dd16fb92b62c43818..ff742436014fae6d1e1504e02f62bb6892c57f12 100644 (file)
@@ -8,7 +8,7 @@ After=remote-fs.target
 Wants=postgresql.service
 After=postgresql.service
 Before=postfix.service
-Before=postfix@.service
+Before=postfix@-.service
 Before=clamav-daemon.service
 Before=clamav-freshclam.service
 Before=pmgdaemon.service