Mercurial > prosody-modules
comparison mod_proctitle/mod_proctitle.lua @ 1688:752d52d61186
Merge my branch containing proctitle module
| author | Rob Hoelz <rob@hoelz.ro> |
|---|---|
| date | Wed, 29 Apr 2015 07:24:07 -0500 |
| parents | 94c4d4899a21 |
| children |
comparison
equal
deleted
inserted
replaced
| 1680:a9df1f7e273d | 1688:752d52d61186 |
|---|---|
| 1 -- Changes the process name to 'prosody' rather than 'lua'/'lua5.1' | |
| 2 -- Copyright (C) 2015 Rob Hoelz | |
| 3 -- | |
| 4 -- This file is MIT/X11 licensed. | |
| 5 | |
| 6 -- To use this module, you'll need the proctitle Lua library: | |
| 7 -- https://github.com/hoelzro/lua-proctitle | |
| 8 local proctitle = require 'proctitle'; | |
| 9 | |
| 10 proctitle 'prosody'; |
