mod_proctitle/README.markdown
author Kim Alvefur <zash@zash.se>
Sun, 18 Oct 2015 16:41:03 +0200
changeset 1915 0225f2a551d0
parent 1850 465205080f4a
permissions -rw-r--r--
mod_proctitle/README: Linkify URL

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