From 703e34e8ea8fb5eb10357fce94d2cdf4574294a0 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 23 May 2019 23:47:57 -0400 Subject: [PATCH] Remove disable of pvc-flush Since it isn't re-enabled and this makes life difficult, don't disable the pvc-flush service if it was enabled. --- debian/pvc-daemon.prerm | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/pvc-daemon.prerm b/debian/pvc-daemon.prerm index a6e8c6ab..d060b0ad 100644 --- a/debian/pvc-daemon.prerm +++ b/debian/pvc-daemon.prerm @@ -1,6 +1,5 @@ #!/bin/sh # Disable the services -systemctl disable pvc-flush.service systemctl disable pvcd.service systemctl disable pvcd.target