Rename deb package to reflect daemon splits

This commit is contained in:
2018-09-10 14:24:15 -04:00
parent 32e3da1acc
commit a629d4898a
4 changed files with 3 additions and 3 deletions

6
debian/pvc-virtdaemon.postinst vendored Normal file
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."