Changeset

9296:9948e267254b

spec/scansion/prosody.cfg.lua: Add pidfile option so Prosody can be daemonized
author Matthew Wild <mwild1@gmail.com>
date Wed, 12 Sep 2018 14:44:40 +0100
parents 9295:6c7d2fb0d369
children 9297:8680a874f483
files spec/scansion/prosody.cfg.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"