Software /
code /
prosody-modules
Changeset
1687:94c4d4899a21
Add minimal instructions for proctitle module
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Tue, 28 Apr 2015 20:47:58 -0500 |
parents | 1686:79ea92228101 |
children | 1688:752d52d61186 |
files | mod_proctitle/mod_proctitle.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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';