mirror of
https://git.proxmox.com/git/pmg-api
synced 2025-10-04 16:27:34 +00:00
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:
parent
88cf1bda46
commit
01c5b2318b
2
debian/pmgsync.service
vendored
2
debian/pmgsync.service
vendored
@ -8,7 +8,7 @@ After=remote-fs.target
|
|||||||
Wants=postgresql.service
|
Wants=postgresql.service
|
||||||
After=postgresql.service
|
After=postgresql.service
|
||||||
Before=postfix.service
|
Before=postfix.service
|
||||||
Before=postfix@.service
|
Before=postfix@-.service
|
||||||
Before=clamav-daemon.service
|
Before=clamav-daemon.service
|
||||||
Before=clamav-freshclam.service
|
Before=clamav-freshclam.service
|
||||||
Before=pmgdaemon.service
|
Before=pmgdaemon.service
|
||||||
|
Loading…
Reference in New Issue
Block a user