From cc2c0424dd7f567506b27e9f0f321ff62a4fe763 Mon Sep 17 00:00:00 2001 From: Paul Tiedtke Date: Sun, 16 Feb 2020 07:11:37 +0100 Subject: [PATCH] prosody: fix restart loop on rolling deployment --- prosody/rootfs/defaults/prosody.cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosody/rootfs/defaults/prosody.cfg.lua b/prosody/rootfs/defaults/prosody.cfg.lua index eb1038f..2e9d6a3 100644 --- a/prosody/rootfs/defaults/prosody.cfg.lua +++ b/prosody/rootfs/defaults/prosody.cfg.lua @@ -93,7 +93,7 @@ allow_registration = false; daemonize = false; -pidfile = "/config/data/prosody.pid"; +pidfile = "/tmp/prosody.pid"; -- Force clients to use encrypted connections? This option will -- prevent clients from authenticating unless they are using encryption.