diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-21 22:33:07 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-21 22:33:07 +0200 |
commit | 260f383221ea1b23e644b0c50f45eeb300e9bc24 (patch) | |
tree | 0f6b4082dbc857d5bf9ec460d86bd3ecc5025572 /data | |
parent | b66ab0b02566d2b4eec6ec26db5122269fde89f1 (diff) | |
download | vyos-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.tmpl | 5 |
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" |