[pve-devel] applied: [PATCH manager] pvesr service: order after pve-cluster

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Nov 28 10:54:04 CET 2019


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

Signed-off-by: Thomas Lamprecht <t.lamprecht at 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





More information about the pve-devel mailing list