diff options
author | Warren Baker <warren@decoy.co.za> | 2011-11-06 19:10:18 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-11-06 19:10:18 +0200 |
commit | e451d3eb49ecce077a994b24fbeea423bc6299be (patch) | |
tree | e16fc233b54cb50057adcbe9824f3dd4131642bc /config/unbound/unbound.xml | |
parent | 8f0f4971a59eeb7e369fc5027144a9ae91d2698d (diff) | |
download | pfsense-packages-e451d3eb49ecce077a994b24fbeea423bc6299be.tar.gz pfsense-packages-e451d3eb49ecce077a994b24fbeea423bc6299be.tar.bz2 pfsense-packages-e451d3eb49ecce077a994b24fbeea423bc6299be.zip |
Add Unbound monitor script (taken from proxy monitor) because TERM signal for the dhcpleases is killing it
Diffstat (limited to 'config/unbound/unbound.xml')
-rw-r--r-- | config/unbound/unbound.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml index e61b5a09..f8c33582 100644 --- a/config/unbound/unbound.xml +++ b/config/unbound/unbound.xml @@ -75,7 +75,11 @@ <chmod>0644</chmod> <item>http://www.pfsense.org/packages/config/unbound/unbound_advanced.xml</item> </additional_files_needed> - + <additional_files_needed> + <prefix>/usr/local/etc/rc.d/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.org/packages/config/unbound/unbound_monitor.sh</item> + </additional_files_needed> <tabs> <tab> <text>Unbound DNS Settings</text> |