bind9-docker/entrypoint.sh

4 lines
108 B
Bash
Raw Normal View History

2021-08-31 15:08:19 +00:00
#!/bin/bash
chown named:named --recursive /etc/bind /var/log/bind
named -c /etc/bind/named.conf -g -u named