I'm a bit stumped as I'm trying to setup a couple of OpenWRT routers in high availability, I've installed the Keepalived package, I've written out my keepalived config files, I've copied them across onto the routers, and my config is obviously not loading.
I've replaced the conf in /etc/keepalived/keepalived.conf but when I start the service I can see from the logs that when keepalived is run is it loading the config from /tmp/keepalived.conf
If I try to change the config in /tmp/keepalived.conf it gets overwritten as soon as the service starts with a blank config.
I can't find any setup pages in the Luci interface to setup keepalived (nor any packages that add that functionality).
If I ssh onto the router and just run 'keepalived' then it loads my config from /etc/keepalived and works fine.
Obviously I can disable the init script, and just stick keepalived in the local startup file, but what am I missing? How am I supposed to setup Keepalived on OpenWRT?
I've read the docs on this several times forwards and backwards but can't seem to see anything different from what I'm doing - https://openwrt.org/docs/guide-user/network/high-availability
Thanks in advance!
Tim