diff options
Diffstat (limited to 'frr-evpn-route-watcher.service')
| -rw-r--r-- | frr-evpn-route-watcher.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frr-evpn-route-watcher.service b/frr-evpn-route-watcher.service new file mode 100644 index 0000000..db460c2 --- /dev/null +++ b/frr-evpn-route-watcher.service @@ -0,0 +1,7 @@ +[Unit] +Description=Syncronizes the routes to various VRFs + +[Service] +Type=oneshot +ExecStart=/usr/lib/frr-evpn-route-watcher/task.py +User=root |
