aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound_monitor.sh
Commit message (Collapse)AuthorAgeFilesLines
* Unbound user interface textPhil Davis2013-05-011-1/+1
|
* Fix unbound_monitor.sh (Ticket #2817)Renato Botelho2013-04-301-6/+21
| | | | | | | | | | . Use a PID file to keep track if it's running or not . Move it to /usr/local/bin, it doesn't need to be started by rc.start_packages since it's already called by unbound.inc . Define PATH and remove complete path for all binaries . Remove unbound initscript symlink created when it's installed by a PBI package . Bump unbound to 1.4.20_5
* There should only be one unbound monitor running at any given time.Jean Cyr2013-04-291-1/+1
| | | | | | Script checks the number of running instances of itself and exits if more than two. Since there should only be one instance running (itself) it should check for more than one.
* Improvements on unbound_monitor.shRenato Botelho2013-04-291-1/+14
| | | | | | - Use internal true since there is no /bin/true - Avoid have multiple instances running - Teach it how to stop
* Fix whitespaces and indentRenato Botelho2013-04-251-19/+19
|
* Add Unbound monitor script (taken from proxy monitor) because TERM signal ↵Warren Baker2011-11-061-0/+66
for the dhcpleases is killing it