2019-06-23 14:45:42 +02:00
|
|
|
README for nsd 4.x.x
|
2018-05-22 12:57:23 +02:00
|
|
|
|
|
|
|
REQUIREMENTS
|
|
|
|
|
|
|
|
PRE-INSTALL
|
|
|
|
|
|
|
|
1. Create a user/group nsd with a unused id < 99:
|
2019-06-23 14:45:42 +02:00
|
|
|
|
2019-03-26 17:42:42 +01:00
|
|
|
'groupadd -r nsd'
|
|
|
|
'useradd -r -g nsd -d /var/lib/nsd -s /bin/false nsd'
|
2018-05-22 12:57:23 +02:00
|
|
|
'passwd -l nsd'
|
|
|
|
|
|
|
|
or run the supplied pre-install script.
|
|
|
|
|
|
|
|
PRECAUTION
|
|
|
|
|