Debianize the packaging
This commit is contained in:
6
debian/pvc-daemon.postinst
vendored
Normal file
6
debian/pvc-daemon.postinst
vendored
Normal 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."
|
Reference in New Issue
Block a user