aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2022-08-11 14:32:06 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2022-09-01 23:51:42 +0000
commite1963173708504ecd2ee5c441a9428a046af54f4 (patch)
tree7cef0ccebcab8091423d0b863f849887c6304e01 /libexec
parent281a6ff273d191678b343d531cdb7e877d6663f9 (diff)
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/rc/rc.d/local_unbound2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/local_unbound b/libexec/rc/rc.d/local_unbound
index 19cb9a6c5c01..9c32b8263dc8 100755
--- a/libexec/rc/rc.d/local_unbound
+++ b/libexec/rc/rc.d/local_unbound
@@ -34,6 +34,8 @@ load_rc_config $name
: ${local_unbound_anchor:=${local_unbound_workdir}/root.key}
: ${local_unbound_forwarders:=}
: ${local_unbound_tls:=}
+: ${local_unbound_pidfile:=${pidfile}}
+pidfile=${local_unbound_pidfile}
do_as_unbound()
{