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 <francy.benini@gmail.com>
This commit is contained in:
parent
ac72a52fd9
commit
30f383c8a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue