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

Meaningful user service names #9

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Conversation

robertlemke
Copy link
Member

User provided services contained in files like "beach-service-foo.sh" are now run as Supervisor services with the same name.

Previously, the name of Supervisor services was beach-user-1, beach-user-2 and so forth, and it was difficult to find out which service or process belonged to which beach-service-script. Now the original filename of the service script is used as a service name and can be easily discovered with supervisorctl status.

image

User provided services contained in files like "beach-service-foo.sh" are now run as Supervisor services with the same name.

Previously, the name of Supervisor services was beach-user-1, beach-user-2 and so forth, and it was difficult to find out which service or process belonged to which beach-service-script. Now the original filename of the service script is used as a service name and can be easily discovered with `supervisorctl status`.
Copy link
Member

@kdambekalns kdambekalns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️‍🔥

@robertlemke robertlemke merged commit 132c8b3 into main Feb 16, 2023
@robertlemke robertlemke deleted the meaningful-user-service-names branch February 20, 2024 13:34
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

Successfully merging this pull request may close these issues.

None yet

2 participants