avoids errors from this service on boot as it could be started before
pve-cluster.

Signed-off-by: Thomas Lamprecht <t.lampre...@proxmox.com>
---
 services/pvesr.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/services/pvesr.service b/services/pvesr.service
index e0c082af..cbaed1ca 100644
--- a/services/pvesr.service
+++ b/services/pvesr.service
@@ -1,6 +1,7 @@
 [Unit]
 Description=Proxmox VE replication runner
 ConditionPathExists=/usr/bin/pvesr
+After=pve-cluster.service
 
 [Service]
 Type=oneshot
-- 
2.20.1


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to