mod_proctitle: Add README
authorKim Alvefur <zash@zash.se>
Sun, 13 Sep 2015 19:50:13 +0200
changeset 1850 465205080f4a
parent 1849 ad24f8993385
child 1851 cd98a1103ecf
mod_proctitle: Add README
mod_proctitle/README.markdown
--- /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