diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-09-25 16:32:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-09-25 16:32:30 +0000 |
commit | 31381202ade83015c00c5aaa747c161fbf124ba9 (patch) | |
tree | e8202f40f4f061b1fa3e7c910642f1d4dac59561 /etc | |
parent | bec6d7ff062b9760b76d1be796fae3db5f6accf1 (diff) | |
download | pfsense-31381202ade83015c00c5aaa747c161fbf124ba9.zip pfsense-31381202ade83015c00c5aaa747c161fbf124ba9.tar.gz |
Start /usr/sbin/update_dns_cache.sh on startup
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.bootup | 2 |
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; |