Add router daemon

This commit is contained in:
2018-09-23 15:26:41 -04:00
parent 93b25ddd5b
commit 4ba2eea4ed
10 changed files with 501 additions and 0 deletions

6
debian/pvc-router-daemon.postinst vendored Normal file
View File

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