Software /
code /
prosody
Comparison
spec/scansion/prosody.cfg.lua @ 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 |
parent | 9294:31c02b3109e1 |
child | 9297:8680a874f483 |
comparison
equal
deleted
inserted
replaced
9295:6c7d2fb0d369 | 9296:9948e267254b |
---|---|
65 | 65 |
66 -- Logging configuration | 66 -- Logging configuration |
67 -- For advanced logging see https://prosody.im/doc/logging | 67 -- For advanced logging see https://prosody.im/doc/logging |
68 log = "*console" | 68 log = "*console" |
69 | 69 |
70 pidfile = "prosody.pid" | |
71 | |
70 VirtualHost "localhost" | 72 VirtualHost "localhost" |
71 | 73 |
72 Component "conference.localhost" "muc" | 74 Component "conference.localhost" "muc" |
73 storage = "memory" | 75 storage = "memory" |
74 | 76 |