Software /
code /
prosody-modules
Changeset
1846:465205080f4a
mod_proctitle: Add README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 13 Sep 2015 19:50:13 +0200 |
parents | 1845:ad24f8993385 |
children | 1847:cd98a1103ecf |
files | mod_proctitle/README.markdown |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_proctitle/README.markdown Sun Sep 13 19:50:13 2015 +0200 @@ -0,0 +1,9 @@ +--- +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