openbsd-ports/net/unbound/pkg/MESSAGE
2008-05-23 06:52:21 +00:00

13 lines
324 B
Plaintext

You should add:
syslogd_flags="${syslogd_flags} -a /var/unbound/dev/log"
to /etc/rc.conf.local to create a syslog socket in the unbound chroot.
You may also want to add the following to /etc/rc.local to start unbound
at boot:
if [ -x ${PREFIX}/sbin/unbound ]; then
echo -n ' unbound'; ${PREFIX}/sbin/unbound
fi