summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-09-25 17:50:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-09-25 17:50:30 +0000
commit279ee75583743b990dfad0fe851ef6479275267f (patch)
tree62d85cf98ae0c94531ec6b1cbc9c82a6a491319d /etc
parentdae44b997fed391cd12009e604d414a87d07513d (diff)
downloadpfsense-279ee75583743b990dfad0fe851ef6479275267f.zip
pfsense-279ee75583743b990dfad0fe851ef6479275267f.tar.gz
Start dns cache updater script on bootup
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 11555ae..272d84e 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -329,7 +329,7 @@
if (isset($config['ipsec']['enable']) || isset($config['mobileclients']['enable']))
mwexec_bg("/usr/local/sbin/racoon_watch.sh");
- /usr/sbin/update_dns_cache.sh &
+ mwexec_bg("/usr/sbin/update_dns_cache.sh");
/* done */
unlink("{$g['varrun_path']}/booting");
OpenPOWER on IntegriCloud