2016-01-11 02:56:33 +00:00
|
|
|
#!/bin/sh
|
2018-02-13 04:35:24 +00:00
|
|
|
chown -R root:named /etc/bind /var/bind /var/run/named
|
|
|
|
chmod -R 770 /var/bind /var/run/named
|
|
|
|
chmod -R 750 /etc/bind
|
2017-03-14 08:37:37 +00:00
|
|
|
# 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
|