mod_proctitle/README.markdown
author Kim Alvefur <zash@zash.se>
Wed, 24 Aug 2016 00:36:54 +0200
changeset 2295 1eeda34d668b
parent 1915 0225f2a551d0
permissions -rw-r--r--
mod_storage_xmlarchive/README: Should work in 0.9 now

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