summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-09-25 16:32:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-09-25 16:32:24 +0000
commit21e17685747214662e31f1ec322bb9a03cda71f8 (patch)
tree6c20d2e4d508117eb928d961df5930651c808422 /etc/rc.bootup
parentf957780e6f48f5ccb6c654826680e48855199f3f (diff)
downloadpfsense-21e17685747214662e31f1ec322bb9a03cda71f8.zip
pfsense-21e17685747214662e31f1ec322bb9a03cda71f8.tar.gz
Start /usr/sbin/update_dns_cache.sh on startup
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index c6d478e..82efac4 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -324,6 +324,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