On Mon, Jul 27, 2020, at 9:49 AM, Odhiambo Washington wrote:
On Mon, 27 Jul 2020 at 18:38, Abhilash Raj <maxking@asynchronous.in> wrote:
On Sun, Jul 26, 2020, at 6:08 AM, Odhiambo Washington wrote:
Hello world,
Is it possible to run MM3 under supervisord? What would I use for command= ??
If you want something that doesn't fork into the background, then you can run "master start" command. It will stay in the front and supervisord can monitor the pid.
I do the same for the container images.
Hi Abilash,
Might you be able to share your how you have configured that all that in supervisord.conf?
I don’t use supervisord, I simply run “master —force” in the container images. Container managers often negate the need to have supervisord.
Edit: Sorry for the wrong command in the last email, it is simply “master” and I run with “—force” to skip any issues with locks that happens when the container is stopped faster than Core can shut down cleanly.
For refernce
https://github.com/maxking/docker-mailman/blob/master/core/Dockerfile#L31
Abhilash
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-)
-- thanks, Abhilash Raj (maxking)