Add router daemon
This commit is contained in:
15
router-daemon/pvcrd.service
Normal file
15
router-daemon/pvcrd.service
Normal 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
|
Reference in New Issue
Block a user