Parcourir la source

prosody: fix restart loop on rolling deployment

Paul Tiedtke il y a 5 ans
Parent
commit
cc2c042
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.