pvc/debian/pvc-daemon.prerm
Joshua M. Boniface 703e34e8ea 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.
2019-05-23 23:47:57 -04:00

6 lines
95 B
Bash

#!/bin/sh
# Disable the services
systemctl disable pvcd.service
systemctl disable pvcd.target