Start/restart/stop all processes of a program with numprocs >...
It would be useful to be able to start and stop all processes in a program with multiple processes (i.e. numprocs > 1) by passing a wildcard to start/stop/restart, e.g. supervisorctl start myprogram* (This probably assumes process_name i...