File

mod_proctitle/README.markdown @ 2274:43e647b8dd9f

mod_track_muc_joins: Fix saving the room nick (was using the room node)
author Kim Alvefur <zash@zash.se>
date Thu, 18 Aug 2016 20:39:14 +0200
parent 1911:0225f2a551d0
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>