From: Francesco Benini Date: Sat, 19 Oct 2024 23:31:11 +0000 (+0200) Subject: keepalived: fix dnsmasq reload X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=30f383c8a8c89858c3f0a876619a51580f0b1e59;p=feed%2Fpackages.git keepalived: fix dnsmasq reload When "set_reload_if_sync" is set, the service is reloaded when the configuration changes. For dnsmasq this means that the service, if stopped, is started, and we don't want this in the backup node. Signed-off-by: Francesco Benini --- diff --git a/net/keepalived/files/etc/hotplug.d/keepalived/551-dnsmasq b/net/keepalived/files/etc/hotplug.d/keepalived/551-dnsmasq index a9b3c79e39..8254521212 100644 --- a/net/keepalived/files/etc/hotplug.d/keepalived/551-dnsmasq +++ b/net/keepalived/files/etc/hotplug.d/keepalived/551-dnsmasq @@ -7,7 +7,6 @@ set_service_name dnsmasq set_restart_if_master set_stop_if_backup -set_reload_if_sync add_sync_file /etc/config/dhcp add_sync_file /tmp/dhcp.leases