From be8ef06965d86e56a0e39d31f6293be5ca9554cf Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 28 Nov 2019 10:52:51 +0100 Subject: [PATCH] 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 --- 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