Mercurial > prosody-modules
comparison mod_proctitle/mod_proctitle.lua @ 1689:06f9ab0c078c
Merge
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 03 May 2015 13:42:56 +0200 |
| parents | 94c4d4899a21 |
| children |
comparison
equal
deleted
inserted
replaced
| 1685:cd87a2eba8f2 | 1689:06f9ab0c078c |
|---|---|
| 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'; |
