summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-21 22:33:07 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-21 22:33:07 +0200
commit260f383221ea1b23e644b0c50f45eeb300e9bc24 (patch)
tree0f6b4082dbc857d5bf9ec460d86bd3ecc5025572 /data
parentb66ab0b02566d2b4eec6ec26db5122269fde89f1 (diff)
downloadvyos-1x-260f383221ea1b23e644b0c50f45eeb300e9bc24.tar.gz
vyos-1x-260f383221ea1b23e644b0c50f45eeb300e9bc24.zip
vrrp: keepalived: T616: drop /etc/default/keepalived
This is a follow-up commit to 65398e5c8 ("vrrp: keepalived: T616: move configuration to volatile /run directory") as it makes no sense to store a static /etc/default/keepalived file marked as "Autogenerated by VyOS" that only enabled the SNMP option to keepalived. Better pass the --snmp switch via the systemd override file and drop all other references/files.
Diffstat (limited to 'data')
-rw-r--r--data/templates/vrrp/daemon.tmpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/templates/vrrp/daemon.tmpl b/data/templates/vrrp/daemon.tmpl
deleted file mode 100644
index c9dbea72d..000000000
--- a/data/templates/vrrp/daemon.tmpl
+++ /dev/null
@@ -1,5 +0,0 @@
-# Autogenerated by VyOS
-# Options to pass to keepalived
-
-# DAEMON_ARGS are appended to the keepalived command-line
-DAEMON_ARGS="--snmp"