mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-01 06:39:19 +00:00
pvesr service: order after pve-cluster
avoids errors from this service on boot as it could be started before pve-cluster. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
987851ea6e
commit
be8ef06965
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Proxmox VE replication runner
|
Description=Proxmox VE replication runner
|
||||||
ConditionPathExists=/usr/bin/pvesr
|
ConditionPathExists=/usr/bin/pvesr
|
||||||
|
After=pve-cluster.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
Reference in New Issue
Block a user