view mod_proctitle/README.markdown @ 3753:cf3247ec5e01

mod_register_web: Set a (configurable) HTTP app title This is understood by mod_http_index for example.
author Kim Alvefur <zash@zash.se>
date Sun, 17 Nov 2019 16:34:56 +0100
parents 0225f2a551d0
children
line wrap: on
line source

---
summary: Set process name to prosody
...

This module sets the process name to `prosody` so it shows up as such
instead of `lua` in process management tools.

To use this module, you'll need the proctitle Lua library:
<https://github.com/hoelzro/lua-proctitle>