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

systemd exporter not working #230

Closed nickstenning closed 1 month ago

nickstenning commented 3 years ago

Just leaving myself a note here that the systemd exporter seems broken. The process group targets don't correctly specify that they Want the service files.

Also probably worth fixing StandardOutput=syslog (use StandardOutput=journal instead) and pick the right KillMode (as process is unlikely to be the correct choice.

nickstenning commented 1 month ago

Fixed by #246.