File

mod_proctitle/mod_proctitle.lua @ 6006:b4ad7fa6b205

mod_compression_unsafe: Add Stage-Deprecated and warning highlight
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:58:22 +0200 (5 months ago)
parent 1687:94c4d4899a21
line wrap: on
line source
-- Changes the process name to 'prosody' rather than 'lua'/'lua5.1'
-- Copyright (C) 2015 Rob Hoelz
--
-- 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';