From 053f83eadaf6ec366c89edaf8c26d4390d27060e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 15 Jun 2017 15:10:39 +0200 Subject: [PATCH] unbound: Specify pidfile pathname > --with-pidfile=filename set default pathname to unbound pidfile > (default run-dir/unbound.pid) --- unbound.be0 | 1 + 1 file changed, 1 insertion(+) diff --git a/unbound.be0 b/unbound.be0 index 6aa474281..dde13520c 100755 --- a/unbound.be0 +++ b/unbound.be0 @@ -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" }