aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-09-12 14:44:40 +0100
committerMatthew Wild <mwild1@gmail.com>2018-09-12 14:44:40 +0100
commit9424533b5f5b66beb00e8e006f2f17d10a516a53 (patch)
treed06238c384e5f6da274b4222f7af819d8297adeb /spec/scansion
parenta047bef1cad7b90b2d6ece5cfd28867c894a004c (diff)
downloadprosody-9424533b5f5b66beb00e8e006f2f17d10a516a53.tar.gz
prosody-9424533b5f5b66beb00e8e006f2f17d10a516a53.zip
spec/scansion/prosody.cfg.lua: Add pidfile option so Prosody can be daemonized
Diffstat (limited to 'spec/scansion')
-rw-r--r--spec/scansion/prosody.cfg.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index 0769ab52..2fc1fd63 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -67,6 +67,8 @@ storage = "memory"
-- For advanced logging see https://prosody.im/doc/logging
log = "*console"
+pidfile = "prosody.pid"
+
VirtualHost "localhost"
Component "conference.localhost" "muc"