From 09c1bb6a461f72fa5c571a41838aee9178ea7fbd Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 11 Aug 2020 14:17:35 -0400 Subject: [PATCH] Increase start delay of flush service --- 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 8c59311f..5ae4d1ff 100644 --- a/node-daemon/pvc-flush.service +++ b/node-daemon/pvc-flush.service @@ -11,7 +11,7 @@ Type = oneshot RemainAfterExit = true WorkingDirectory = /usr/share/pvc TimeoutSec = 30min -ExecStartPre = /bin/sleep 15 +ExecStartPre = /bin/sleep 30 ExecStart = /usr/bin/pvc -c local node unflush --wait ExecStop = /usr/bin/pvc -c local node flush --wait ExecStopPost = /bin/sleep 5