2018-06-17 14:55:13 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# Enable the servive
|
2018-09-12 12:09:52 -04:00
|
|
|
systemctl enable /lib/systemd/system/pvcvd.service
|
2018-06-17 14:55:13 -04:00
|
|
|
|
2018-09-12 12:09:52 -04:00
|
|
|
echo "The PVC virtualization daemon has not been started. Create a config file at /etc/pvc/pvcvd.conf then start it."
|