#!/usr/bin/env /lib/runit/invoke-run
#Copyright: 2026 Andrew Bower <andrew@bower.uk>
#License: BSD-3-Clause

exec 2>&1

install -o root -g bind -m 775 -d /run/named
#workaround for #1139237
chown -R bind:bind  /var/cache/bind

exec ${XCHPST:-} ##bin## -g $OPTIONS
