6 lines
195 B
Bash
Executable File
6 lines
195 B
Bash
Executable File
#! /bin/bash
|
|
# run in the forground, but not in debug-mode
|
|
# use IPv4 only -- if zeke ever gets IPv6 access, we can turn that on
|
|
# use the built-in `bind` user
|
|
exec /usr/sbin/named -f -4 -u bind
|