summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index c6176a1..44c5c04 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -278,6 +278,9 @@ system_routing_configure();
/* enable routing */
system_routing_enable();
+/* start dnsmasq service */
+services_dnsmasq_configure();
+
/* Do an initial time sync */
echo "Starting NTP time client...";
/* At bootup this will just write the config, ntpd will launch from ntpdate_sync_once.sh */
@@ -293,9 +296,6 @@ system_console_configure();
/* start DHCP service */
services_dhcpd_configure();
-/* start dnsmasq service */
-services_dnsmasq_configure();
-
/* start dhcpleases dhpcp hosts leases program */
system_dhcpleases_configure();
OpenPOWER on IntegriCloud