docker-bind/container/entrypoint.sh

5 lines
153 B
Bash
Raw Normal View History

#!/bin/sh
chown -R named:named /var/cache/bind
# Run in foreground and log to STDERR (console):
2018-01-17 23:41:35 +00:00
exec /usr/sbin/named -c /etc/bind/named.conf -g -u named