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.
Move to journal
Add multi-user.target
Fix the target dependency tree
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.
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.
journal
multi-user.target
This should fix most of #230. I've kept the
KillMode
onprocess
though. For our use-case, defaulting to thecontrol-group
worked best. We're removing the killmode on deploy from the files.