From f668412941b2dbd3d8d258144f1b45e346f07068 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 1 Apr 2020 15:15:37 -0400 Subject: [PATCH] Don't use Requires as the dep is too hard Requires seems to flush on every service restart which is NOT what we want. Use Wants instead. --- node-daemon/pvc-flush.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-daemon/pvc-flush.service b/node-daemon/pvc-flush.service index fc95780e..3fa799b4 100644 --- a/node-daemon/pvc-flush.service +++ b/node-daemon/pvc-flush.service @@ -3,7 +3,7 @@ [Unit] Description = Parallel Virtual Cluster autoflush daemon After = pvcnoded.service -Requires = pvcnoded.service +Wants = pvcnoded.service PartOf = pvc.target [Service]