# HG changeset patch # User Rob Hoelz # Date 1430272078 18000 # Node ID 94c4d4899a21ee59f003c30af30c7501f333693d # Parent 79ea922281012f17886789208c33a77f662c0147 Add minimal instructions for proctitle module diff -r 79ea92228101 -r 94c4d4899a21 mod_proctitle/mod_proctitle.lua --- a/mod_proctitle/mod_proctitle.lua Tue Apr 28 20:35:25 2015 -0500 +++ b/mod_proctitle/mod_proctitle.lua Tue Apr 28 20:47:58 2015 -0500 @@ -3,6 +3,8 @@ -- -- This file is MIT/X11 licensed. +-- To use this module, you'll need the proctitle Lua library: +-- https://github.com/hoelzro/lua-proctitle local proctitle = require 'proctitle'; proctitle 'prosody';