diff --git a/unbound.be0 b/unbound.be0 index ae223de3b..fa8f608ae 100755 --- a/unbound.be0 +++ b/unbound.be0 @@ -56,7 +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-pidfile="/run/unbound.pid" \ --with-rootkey-file="/var/unbound/root.key" }