pmgsync.service: really order before postfix@-.service

followup for commit 0c4cf3f2cf
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>
This commit is contained in:
Thomas Lamprecht 2020-04-24 08:59:19 +02:00
parent 88cf1bda46
commit 01c5b2318b

View 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