summaryrefslogtreecommitdiff
path: root/data/templates/protocols/systemd_vyos_failover_service.j2
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/protocols/systemd_vyos_failover_service.j2')
-rw-r--r--data/templates/protocols/systemd_vyos_failover_service.j211
1 files changed, 11 insertions, 0 deletions
diff --git a/data/templates/protocols/systemd_vyos_failover_service.j2 b/data/templates/protocols/systemd_vyos_failover_service.j2
new file mode 100644
index 0000000..e6501e0
--- /dev/null
+++ b/data/templates/protocols/systemd_vyos_failover_service.j2
@@ -0,0 +1,11 @@
+[Unit]
+Description=Failover route service
+After=vyos-router.service
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/python3 /usr/libexec/vyos/vyos-failover.py --config /run/vyos-failover.conf
+
+[Install]
+WantedBy=multi-user.target