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

View File

@ -0,0 +1,15 @@
# Parallel Virtual Cluster router daemon unit file
[Unit]
Description = Parallel Virtual Cluster router daemon
After = network-online.target frr.service
[Service]
Type = simple
WorkingDirectory = /usr/share/pvc
Environment = PYTHONUNBUFFERED=true
Environment = PVCND_CONFIG_FILE=/etc/pvc/pvcrd.conf
ExecStart = /usr/share/pvc/pvcrd.py
Restart = on-failure
[Install]
WantedBy = multi-user.target