proxmox-backup-proxy.service: order after proxmox-backup.service
Ensures we've got the authkey available. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
81cc71c0d7
commit
6cc8abbbd5
|
@ -3,6 +3,7 @@ Description=Proxmox Backup API Proxy Server
|
|||
Wants=network-online.target
|
||||
After=network.target
|
||||
Requires=proxmox-backup.service
|
||||
After=proxmox-backup.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
Loading…
Reference in New Issue