瀏覽代碼

prosody: fix restart loop on rolling deployment

Paul Tiedtke 5 年之前
父節點
當前提交
cc2c0424dd
共有 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 = "/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.