pvescheduler service: order startup after pve-guests

This way, a running backup cannot prevent pve-guests from starting a
virtual guest which was marked with 'onboot'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Dominik Csapak 2022-01-28 10:25:04 +01:00 committed by Thomas Lamprecht
parent 8a6681900a
commit 237102bd3d

View File

@ -3,6 +3,7 @@ Description=Proxmox VE scheduler
ConditionPathExists=/usr/bin/pvescheduler
Wants=pve-cluster.service
After=pve-cluster.service
After=pve-guests.service
After=pve-storage.target
[Service]