Jeff Kunzelman (DHL) wrote:
>
>So we shared the data directory and it solved this problem. But we are
>running into issues with master-queuerunner.pid file being deleted when
>mailman is stopped or restarted causing us to have to recreate this
>file. Obviously we shouldn't be sharing the same pid file for 2 nodes.
>
>My question is where in the configs can I change this filename so that
>each node can have a unique pid file?


The file is defined in Defaults.py and can be overridden in mm_cfg.py
just like anything else. The default is

PIDFILE = os.path.join(DATA_DIR, 'master-qrunner.pid')

You can redefine this in each mm_cfg.py to be a unique name for each
copy.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to