summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 4929d92..11555ae 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -329,6 +329,8 @@
if (isset($config['ipsec']['enable']) || isset($config['mobileclients']['enable']))
mwexec_bg("/usr/local/sbin/racoon_watch.sh");
+ /usr/sbin/update_dns_cache.sh &
+
/* done */
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
OpenPOWER on IntegriCloud