summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index f150b80..38310b4 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -295,9 +295,15 @@ mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh");
if (is_ipaddr($config['interfaces']['wan']['ipaddr']))
services_dnsupdate_process();
+/* start DHCP service */
+services_dhcpd_configure();
+
/* start dnsmasq service */
services_dnsmasq_configure();
+/* start dhcpleases dhpcp hosts leases program */
+system_dhcpleases_configure();
+
/* start dyndns service */
@touch("{$g['tmp_path']}/update_dyndns");
@@ -334,9 +340,6 @@ filter_configure_sync();
/* load graphing functions */
enable_rrd_graphing();
-/* start DHCP service */
-services_dhcpd_configure();
-
/* startup OLSR if needed */
setup_wireless_olsr();
OpenPOWER on IntegriCloud