pvc/debian/pvc-router-daemon.postinst

7 lines
194 B
Plaintext
Raw Normal View History

2018-09-23 15:26:41 -04:00
#!/bin/sh
# Enable the servive
2018-09-23 15:33:34 -04:00
systemctl enable /lib/systemd/system/pvcrd.service
2018-09-23 15:26:41 -04:00
2018-09-23 15:33:34 -04:00
echo "The PVC router daemon has not been started. Create a config file at /etc/pvc/pvcrd.conf then start it."