mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- 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:
parent
f97dcc8e40
commit
64adf68436
1 changed files with 7 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue