Software /
code /
prosody-modules
File
mod_proctitle/README.markdown @ 2502:f576ac1cad65
mod_mam_muc: Move swapping of reversed variables (like 5fb917b86838 for mod_mam)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 14 Feb 2017 09:53:09 +0100 |
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>