mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r201368:
Update named_flags comment regarding not using it for -u and -c
This commit is contained in:
parent
06ee3ef09d
commit
bda5bb9d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ inetd_flags="-wW -C 60" # Optional flags to inetd
|
|||
named_enable="NO" # Run named, the DNS server (or NO).
|
||||
named_program="/usr/sbin/named" # Path to named, if you want a different one.
|
||||
named_conf="/etc/namedb/named.conf" # Path to the configuration file
|
||||
#named_flags="-c /etc/namedb/named.conf" # Uncomment for named not in /usr/sbin
|
||||
#named_flags="" # Use this for flags OTHER than -u and -c
|
||||
named_pidfile="/var/run/named/pid" # Must set this in named.conf as well
|
||||
named_uid="bind" # User to run named as
|
||||
named_chrootdir="/var/named" # Chroot directory (or "" not to auto-chroot it)
|
||||
|
|
|
|||
Loading…
Reference in a new issue