2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[master] document about setproctitle

This commit is contained in:
Jeremy C. Reed 2011-08-11 07:48:21 -05:00
parent eb8ba92711
commit f03688da19

View File

@ -742,6 +742,16 @@ Debian and Ubuntu:
get additional debugging or diagnostic output. get additional debugging or diagnostic output.
</para> </para>
<!-- TODO: note it doesn't go into background --> <!-- TODO: note it doesn't go into background -->
<note>
<para>
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 <quote>python</quote>.
This is not needed on some operating systems.
</para>
</note>
</section> </section>
</chapter> </chapter>