nickstenning / honcho

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

Fixes on systemd exporter #246

Closed wg-daniel closed 1 month ago

wg-daniel commented 2 months ago

Hey there :wave:

Thanks for creating honcho, I've been having fun with it both locally as using it in our deploy strategy.

Took the liberty to apply some fixes to the systemd exporter.

This should fix most of #230. I've kept the KillMode on process though. For our use-case, defaulting to the control-group worked best. We're removing the killmode on deploy from the files.

nickstenning commented 1 month ago

Nice, thank you!