Explorar o código

prosody: fix restart loop on rolling deployment

Paul Tiedtke %!s(int64=5) %!d(string=hai) anos
pai
achega
cc2c042
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.