mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
pidfile location.
git-svn-id: file:///svn/unbound/trunk@1044 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
3fced109b9
commit
b6a93eae31
2 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ name="unbound"
|
||||||
rcvar=`set_rcvar`
|
rcvar=`set_rcvar`
|
||||||
|
|
||||||
command="/usr/local/sbin/unbound"
|
command="/usr/local/sbin/unbound"
|
||||||
pidfile="/etc/unbound/unbound.pid"
|
pidfile="/usr/local/etc/unbound/unbound.pid"
|
||||||
extra_commands="reload"
|
extra_commands="reload"
|
||||||
|
|
||||||
load_rc_config $name
|
load_rc_config $name
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
15 April 2008: Wouter
|
||||||
|
- fixup default rc.d pidfile location to /usr/local/etc.
|
||||||
|
|
||||||
14 April 2008: Wouter
|
14 April 2008: Wouter
|
||||||
- got update for parseunbound.pl statistics script from Kai Storbeck.
|
- got update for parseunbound.pl statistics script from Kai Storbeck.
|
||||||
- tpkg tests for udp wait list.
|
- tpkg tests for udp wait list.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue