# HG changeset patch # User Matthew Wild # Date 1536759880 -3600 # Node ID 9948e267254b71b01d84e0921828864050774023 # Parent 6c7d2fb0d369fff521559002b222f37995efcea1 spec/scansion/prosody.cfg.lua: Add pidfile option so Prosody can be daemonized diff -r 6c7d2fb0d369 -r 9948e267254b spec/scansion/prosody.cfg.lua --- a/spec/scansion/prosody.cfg.lua Wed Sep 12 14:27:01 2018 +0100 +++ b/spec/scansion/prosody.cfg.lua Wed Sep 12 14:44:40 2018 +0100 @@ -67,6 +67,8 @@ -- For advanced logging see https://prosody.im/doc/logging log = "*console" +pidfile = "prosody.pid" + VirtualHost "localhost" Component "conference.localhost" "muc"