nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

systemd exporter #158

Closed benwilber closed 8 years ago

benwilber commented 9 years ago

Hello,

I recently published a systemd export plugin for Honcho. Since systemd is quickly becoming the dominant process manager on most GNU/Linux distros, does it make sense to open a PR to include support for this in Honcho itself?

Thanks, Ben

slafs commented 9 years ago

Wow. That's great!

I really don't know if including this exporter to Honcho itself is a good idea. How about, for now, we create a documentation page with links to available exporters out there?

benwilber commented 9 years ago

@slafs That sounds good, Thanks.

slafs commented 9 years ago

@benwilber cool. Would you like to open a PR for this?

benwilber commented 9 years ago

Yeah a wiki for 3rd party export plugins would be great. I'll prepare a PR soon.

I'm curious though why a systemd export plugin wouldn't be desired in honcho core? It's already replaced SysVinit in a number of the most widely used distros: Red Hat, CentOS, Fedora. Even Ubuntu now ships with systemd.

msabramo commented 9 years ago

Yeah. Seems like a good idea to have it in core, given its prevalence.

nickstenning commented 8 years ago

Just to say, @benwilber -- I'd be more than happy to have this in core. You might need to rejig it a bit as I just merged #145 which changes exporters a little bit. We can try and get this into a 0.7.0 release.

nickstenning commented 8 years ago

Closing this due to inactivity. I'm still more than happy to accept a PR for a systemd exporter.