diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-09-12 14:59:52 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-09-12 14:59:52 +0100 |
commit | 51e1c400272c5a064ab3402e436f0f656c72b789 (patch) | |
tree | ea954167e5eee3c1fa6258991d93a6574bc55969 | |
parent | 9424533b5f5b66beb00e8e006f2f17d10a516a53 (diff) | |
download | prosody-51e1c400272c5a064ab3402e436f0f656c72b789.tar.gz prosody-51e1c400272c5a064ab3402e436f0f656c72b789.zip |
spec/scansion/prosody.cfg.lua: daemonize by default
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 2fc1fd63..b30d5218 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -67,6 +67,7 @@ storage = "memory" -- For advanced logging see https://prosody.im/doc/logging log = "*console" +daemonize = true pidfile = "prosody.pid" VirtualHost "localhost" |