Skip to content

Commit

Permalink
unbound: Specify pidfile pathname
Browse files Browse the repository at this point in the history
>  --with-pidfile=filename set default pathname to unbound pidfile
>  (default run-dir/unbound.pid)
  • Loading branch information
pmenzel committed Jun 15, 2017
1 parent 4c719fc commit 053f83e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unbound.be0
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ SRCURL[0]="https://www.unbound.net/downloads/unbound-${PKGVERSION}.tar.gz"
mee_configure() {
bee_configure \
--disable-static \
--with-pidfile="/var/unbound/unbound.pid" \
--with-rootkey-file="/var/unbound/root.key"
}

Expand Down

0 comments on commit 053f83e

Please sign in to comment.