Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to group services #30

Closed
dol opened this issue Jan 14, 2013 · 1 comment
Closed

Add possibility to group services #30

dol opened this issue Jan 14, 2013 · 1 comment

Comments

@dol
Copy link
Contributor

dol commented Jan 14, 2013

A feature of supervisor is to group certain programs in a group. This is especially useful in combination with supervisorctl to restart a certain group.

supervisorctl restart mygroup:*

IMHO this is not that easy to implement. I would implement a new 'define' to do that and store the configuration in separate file for each group.
To avoid naming collisions with the server names, I would suggest a separate groups folder within the $conf_dir. Or a special prefix/suffix of all groups to avoid this problem.

@estahn
Copy link
Contributor

estahn commented Jul 15, 2014

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants