Hello world,
Is it possible to run MM3 under supervisord? What would I use for command= ??
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-)
On 7/26/20 6:08 AM, Odhiambo Washington wrote:
Hello world,
Is it possible to run MM3 under supervisord? What would I use for command= ??
I'm sure it's possible, but I can't tell you how to do it.
You might get some hints from <https://wiki.list.org/DOC/Mailman%203%20installation%20experience?action=AttachFile&do=view&target=systemd_mailman.txt>
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
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.
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-)
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
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?
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-)
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)
participants (3)
-
Abhilash Raj
-
Mark Sapiro
-
Odhiambo Washington