# # named.start # # Note: the path given to the "-c" parameter is relative # to the jail's root, not the system root. # # Add "-n2" if you have multiple CPUs # # usage: named [-c conffile] [-d debuglevel] [-f|-g] [-n number_of_cpus] # [-p port] [-s] [-t chrootdir] [-u username] # make sure the debugging-output file is writable by named touch /dns/var/run/named.run chown named.named /dns/var/run/named.run chmod 664 /dns/var/run/named.run /dns/sbin/named -t /dns -u named -c /etc/named.conf