summaryrefslogtreecommitdiffstats
path: root/patches/source/bind/default.named
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/bind/default.named')
-rw-r--r--patches/source/bind/default.named12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/source/bind/default.named b/patches/source/bind/default.named
new file mode 100644
index 000000000..50e18664b
--- /dev/null
+++ b/patches/source/bind/default.named
@@ -0,0 +1,12 @@
+# User to run named as:
+NAMED_USER=named
+
+# Group to use for chowning named related files and directories.
+# By default, named will also run as the primary group of $NAMED_USER,
+# which will usually be the same as what's listed below, but not
+# necessarily if something other than the default of "named" is used.
+NAMED_GROUP=named
+
+# Options to run named with. At least -u $NAMED_USER is required, but
+# additional options may be added if needed.
+NAMED_OPTIONS="-u $NAMED_USER"