From 30f383c8a8c89858c3f0a876619a51580f0b1e59 Mon Sep 17 00:00:00 2001 From: Francesco Benini Date: Sun, 20 Oct 2024 01:31:11 +0200 Subject: [PATCH] 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 --- net/keepalived/files/etc/hotplug.d/keepalived/551-dnsmasq | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2