Correct prerm/postinst scripts
This commit is contained in:
parent
3336e3ed60
commit
3c2baf3872
|
@ -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."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Disable the service
|
||||
systemctl disable pvcnd.service
|
||||
systemctl disable pvcrd.service
|
||||
|
||||
|
|
Loading…
Reference in New Issue