Browse Source

dnsmasq: rewrite config on host name modification

If the hostname in /etc/config/system is modified the dnsmasq should also
get triggered to rewrite/reload the config.

Signed-off-by: Florian Eckert <[email protected]>
Florian Eckert 8 years ago
parent
commit
4f02285d8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/services/dnsmasq/files/dnsmasq.init

+ 1 - 1
package/network/services/dnsmasq/files/dnsmasq.init

@@ -1044,7 +1044,7 @@ dnsmasq_stop()
 
 service_triggers()
 {
-	procd_add_reload_trigger "dhcp"
+	procd_add_reload_trigger "dhcp" "system"
 	procd_add_raw_trigger "interface.*" 2000 /etc/init.d/dnsmasq reload
 }