Debianize the packaging

This commit is contained in:
2018-06-17 14:55:13 -04:00
parent db75ff35d8
commit 6ade378cc9
21 changed files with 211 additions and 22 deletions

6
debian/pvc-daemon.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."