Rename pvc-daemon to pvc-daemon-node and pvc-api to pvc-daemon-api. Closes #79
6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/sh
|
|
|
|
# Disable the services
|
|
systemctl disable pvcd.service
|
|
systemctl disable pvcd.target
|