From f03688da19c21b4d46761cc4ed9da981cebe43c1 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Thu, 11 Aug 2011 07:48:21 -0500 Subject: [PATCH] [master] document about setproctitle --- doc/guide/bind10-guide.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 6a4218207a..020fbbc6b7 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -742,6 +742,16 @@ Debian and Ubuntu: get additional debugging or diagnostic output. + + + + If the setproctitle Python module is detected at start up, + the process names for the Python-based daemons will be renamed + to better identify them instead of just python. + This is not needed on some operating systems. + + +