diff options
Diffstat (limited to 'contrib/uci')
-rw-r--r-- | contrib/uci/luci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uci/luci b/contrib/uci/luci index 9196d8000..bae2f48ce 100644 --- a/contrib/uci/luci +++ b/contrib/uci/luci @@ -28,7 +28,7 @@ config event uci_oncommit option network "/etc/init.d/network restart" option wireless "/etc/init.d/network restart" option olsrd "/etc/init.d/olsrd restart" - option dhcp "/etc/init.d/dhcp restart" + option dhcp "/etc/init.d/dnsmasq restart" option luci_fw "/etc/init.d/luci_fw restart" option dropbear "/etc/init.d/dropbear restart" option httpd "/etc/init.d/httpd restart" |