diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:05:14 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:05:14 -0400 |
commit | 9efb2acc959807838aa96db0cab7f60c2c020783 (patch) | |
tree | 7c9260ba82e8f16a71f016e68ecdfde350062f28 /network/nsd | |
parent | 7f36968c0a40368531ad0d1f84c027d7f7b375cf (diff) |
network/nsd: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/nsd')
-rw-r--r-- | network/nsd/README | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/network/nsd/README b/network/nsd/README index 521b12bdb19b..7aeed422b913 100644 --- a/network/nsd/README +++ b/network/nsd/README @@ -1,18 +1,16 @@ -NSD is being developed with the purpose of creating more diversity in the -DNS landscape. Secondly we want to create a fast, modern, RFC compliant -nameserver. - -NSD requires its own user in order to run securely. It is not advised to -run services as root user without special reason. +NSD is being developed with the purpose of creating more diversity +in the DNS landscape. Secondly we want to create a fast, modern, RFC +compliant nameserver. +NSD requires its own user in order to run securely. It is not advised +to run services as root user without special reason. To add NSD user in system run as root: # groupadd -g 336 nsd # useradd -u 336 -d /var/lib/nsd -g nsd -s /bin/false nsd - -In order to run NSD during boot process, add to /etc/rc.d/rc.local : +In order to run NSD during boot process, add to /etc/rc.d/rc.local: if [ -x /etc/rc.d/rc.nsd ]; then /etc/rc.d/rc.nsd start |