mod_proctitle/README.markdown
author Kim Alvefur <zash@zash.se>
Tue, 22 Feb 2022 14:00:01 +0100
changeset 4905 3abbcb8584d2
parent 1915 0225f2a551d0
permissions -rw-r--r--
mod_portcheck: Don't rewrite '*' to '0.0.0.0' since Prosody doesn't They mean the same, but it's LuaSocket that deals with that, not Prosody

---
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>