[Mailman-Developers] Re: running mailman2 supervised

2019-05-22 Thread A. Schulze
Ye Xiaoxing: To Q1, you may look at the code of mailmanctl https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/bin/mailmanctl . When you are running using `mailmanctl start`, it actually forks more processes for qrunners - maybe you can modify it somehow and write a watcher ru

[Mailman-Developers] Re: running mailman2 supervised

2019-05-22 Thread Mark Sapiro
On 5/22/19 2:03 AM, A. Schulze wrote: > > But I noticed a smaller bug in mailmanctl: > line 314 implement a command-line option "no-start" while > lines 43 and 326 name the option "no-restart" Fixed at . Thanks for noticing