ajcrowe / puppet-supervisord

Puppet Module to install and configure applications under supervisord
MIT License
37 stars 104 forks source link

Make processes group aware for supervisorctl commands #97

Closed ajcrowe closed 6 years ago

ajcrowe commented 8 years ago

Currently processes will be run using their name, however when they are in a group it should be group_name:process_name

ajcrowe commented 6 years ago

Sorted with #109

crypted256 commented 5 years ago

109 only works for programs with numprocs > 1. If you create a group and a process with numprocs=1 in this group this module will try to start the process with process_name only.