summaryrefslogtreecommitdiff
path: root/frr-evpn-route-watcher.service
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2025-01-18 19:24:43 +0400
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>2025-01-18 19:24:43 +0400
commit5fa7432244a77f0e468d4d62ad2949bcdfa0b258 (patch)
tree734a5fcc36c3038c7ce0b1452dcbffebc5a76f85 /frr-evpn-route-watcher.service
parent64b14786ec5b10de872d7e4fc2ff68c7271d4abf (diff)
add packaging
Diffstat (limited to 'frr-evpn-route-watcher.service')
-rw-r--r--frr-evpn-route-watcher.service7
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