13 lines
473 B
Text
13 lines
473 B
Text
--- doc/en/examples/example_mararc.orig Wed Jan 16 14:53:53 2002
|
|
+++ doc/en/examples/example_mararc Mon Jan 28 20:16:41 2002
|
|
@@ -29,7 +29,9 @@
|
|
# The directory with all of the zone files
|
|
chroot_dir = "/etc/maradns"
|
|
# The numeric UID MaraDNS will run as
|
|
-maradns_uid = 99
|
|
+maradns_uid = 53
|
|
+# The (optional) numeric GID MaraDNS will run as
|
|
+maradns_gid = 53
|
|
# The maximum number of threads (or processes, with the zone server)
|
|
# MaraDNS is allowed to run
|
|
maxprocs = 96
|