浏览代码

Revert "prosody: fix restart loop on rolling deployment"

This reverts commit cc2c0424dd7f567506b27e9f0f321ff62a4fe763.
Saúl Ibarra Corretgé 5 年之前
父节点
当前提交
a1df1e052b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      prosody/rootfs/defaults/prosody.cfg.lua

+ 1 - 1
prosody/rootfs/defaults/prosody.cfg.lua

@@ -93,7 +93,7 @@ allow_registration = false;
 
 daemonize = false;
 
-pidfile = "/tmp/prosody.pid";
+pidfile = "/config/data/prosody.pid";
 
 -- Force clients to use encrypted connections? This option will
 -- prevent clients from authenticating unless they are using encryption.