Rename the virtualization daemon to pvcvd.

This commit is contained in:
2018-09-12 11:59:23 -04:00
parent a629d4898a
commit f29ba2f458
14 changed files with 23 additions and 23 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
# Enable the servive
systemctl enable /lib/systemd/system/pvcd.service
echo "The PVC daemon has not been started. Create a config file at /etc/pvc/pvcd.conf then start it."