summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 2f0c2cd..c1749cf 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -284,11 +284,6 @@ relayd_configure();
/* configure console menu */
system_console_configure();
-/* start the NTP client */
-echo "Starting OpenNTP time client...";
-system_ntp_configure();
-echo "done.\n";
-
/* start DHCP service */
services_dhcpd_configure();
@@ -307,6 +302,11 @@ send_event("service reload dyndnsall");
/* Run a filter configure now that most all services have started */
filter_configure_sync();
+/* start the NTP client */
+echo "Starting OpenNTP time client...";
+system_ntp_configure();
+echo "done.\n";
+
/* setup pppoe and pptp */
vpn_setup();
OpenPOWER on IntegriCloud