This commit is contained in:
Ventz Petkov
2019-05-04 02:51:14 -04:00
parent d44770e9fd
commit 542888918c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#!/bin/sh
OPTIONS=$@
chown -R root:named /etc/bind /var/cache/bind /var/run/named
chown -R root:named /etc/bind /var/run/named
chown -R named:named /var/cache/bind
chmod -R 770 /var/cache/bind /var/run/named
chmod -R 750 /etc/bind
# Run in foreground and log to STDERR (console):