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 not working #230

Open nickstenning opened 2 years ago

nickstenning commented 2 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.