summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 1b6ee0f..0f25668 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -319,6 +319,9 @@ system_routing_enable();
/* start dnsmasq service */
services_dnsmasq_configure();
+/* start unbound service */
+services_unbound_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 */
OpenPOWER on IntegriCloud