- Fix manpage to include chroot note on Python module section.

git-svn-id: file:///svn/unbound/trunk@4010 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
George Thessalonikefs 2017-02-13 11:47:16 +00:00
parent f97dcc8e40
commit 64adf68436

View file

@ -1416,6 +1416,12 @@ acts like the iterator and validator modules do, on queries and answers.
To enable the script module it has to be compiled into the daemon, To enable the script module it has to be compiled into the daemon,
and the word "python" has to be put in the \fBmodule\-config:\fR option and the word "python" has to be put in the \fBmodule\-config:\fR option
(usually first, or between the validator and iterator). (usually first, or between the validator and iterator).
.LP
If the \fBchroot:\fR option is enabled, you should make sure Python's
library directory structure is bind mounted in the new root environment, see
\fImount\fR(8). Also the \fBpython\-script:\fR path should be specified as an
absolute path relative to the new root, or as a relative path to the working
directory.
.TP .TP
.B python\-script: \fI<python file>\fR .B python\-script: \fI<python file>\fR
The script file to load. The script file to load.