summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-01-29 13:29:46 +0200
committerWarren Baker <warren@decoy.co.za>2014-01-29 13:29:46 +0200
commit923e49b1ced445ad8cd783d4990b7dc1fa277a62 (patch)
tree00824ff47c762841d14ffc34ed39af8fedc93e58 /etc/rc.bootup
parent175dc861c2d011f13b055649283403b90086cb35 (diff)
downloadpfsense-923e49b1ced445ad8cd783d4990b7dc1fa277a62.zip
pfsense-923e49b1ced445ad8cd783d4990b7dc1fa277a62.tar.gz
Start and configure Unbound on boot
Diffstat (limited to 'etc/rc.bootup')
-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