pvc/debian/pvc-daemon-node.prerm
Joshua M. Boniface ce985234c3 Use consistent naming of components
Rename "pvcd" to "pvcnoded", and "pvc-api" to "pvcapid" so names for the
daemons are fully consistent. Update the names of the configuration
files as well to match this new formatting.

References #79
2020-02-08 19:34:07 -05:00

6 lines
98 B
Bash

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