File

mod_proctitle/README.markdown @ 2809:6d3935226ffb

Backed out changeset 6d72c5172c74 I have no idea why I changed it. Setting it back to 0 allows eg mod_firewall to work with it.
author Kim Alvefur <zash@zash.se>
date Mon, 23 Oct 2017 17:22:27 +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>