Correct prerm/postinst scripts

This commit is contained in:
Joshua Boniface 2018-09-23 15:33:34 -04:00
parent 3336e3ed60
commit 3c2baf3872
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
#!/bin/sh
# Disable the service
systemctl disable pvcnd.service
systemctl disable pvcrd.service