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

scan_name either works incorrectly or not properly documented #98

Open
ichesnokov opened this issue Jun 18, 2019 · 0 comments
Open

scan_name either works incorrectly or not properly documented #98

ichesnokov opened this issue Jun 18, 2019 · 0 comments

Comments

@ichesnokov
Copy link

The documentation for scan_name is as follows:

This provides an extra check to see if the program is running. Normally we only check that the PID listed in the PID file is running. When given a regular expression, we will also match the name of the program as shown in ps.

As it is in the code, when scan_name is specified, we don't provide extra check - instead name is the only check that tells if the process is running or not.

Something should be changed - either the behavior (preferred, I guess) or the documentation.

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

1 participant