From e46aa22989971e9ef08354c212610eadcca541f0 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 23 May 2019 22:51:36 -0400 Subject: [PATCH] Remove invalid Restart in pvc-flush.service --- node-daemon/pvc-flush.service | 1 - 1 file changed, 1 deletion(-) diff --git a/node-daemon/pvc-flush.service b/node-daemon/pvc-flush.service index 814f7306..6e07cf31 100644 --- a/node-daemon/pvc-flush.service +++ b/node-daemon/pvc-flush.service @@ -9,7 +9,6 @@ Type = oneshot WorkingDirectory = /usr/share/pvc ExecStart = /usr/bin/pvc node unflush ExecStop = /usr/bin/pvc node flush -Restart = never [Install] WantedBy = pvcd.target