ejabberd - Comments for "Any way to reload without restarting?" https://www.ejabberd.im/node/7086 en The ejabberd.cfg isn't https://www.ejabberd.im/node/7086#comment-59058 <p>The ejabberd.cfg isn't ignored, but there can be some "strange" things: for example, if you add a module in .cfg, if will start, but if you remove it from there, it will continue to load (unless you also remove it from mnesia). Settings of modules and acls may show similar problems.</p> Tue, 11 Sep 2012 01:21:23 +0000 mikekaganski comment 59058 at https://www.ejabberd.im Hello, If I later make https://www.ejabberd.im/node/7086#comment-59055 <p>Hello,</p> <p>If I later make modification to ejabberd.cfg and comment out the following parameters:</p> <p>override_local<br /> override_global<br /> override_acls</p> <p>Will all future settings in ejabberd.cfg be ignored?</p> <p>Best Regards</p> Mon, 10 Sep 2012 22:36:21 +0000 bombshellz comment 59055 at https://www.ejabberd.im The settings are saved into https://www.ejabberd.im/node/7086#comment-59054 <p>The settings are saved into the mnesia database. If your settings are lost upon restart, it means that there are lines in your ejabberd.cfg uncommented:</p> <p>override_local<br /> override_global<br /> override_acls</p> <p>They tell ejabberd to ignore everything in mnesia and reload settings from ejabberd.cfg.</p> Mon, 10 Sep 2012 21:42:30 +0000 mikekaganski comment 59054 at https://www.ejabberd.im