-
Notifications
You must be signed in to change notification settings - Fork 43
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 support for signaling an external process via pid file #118
Conversation
Hi @kfox1111 Thanks for the submission. The linter is complaining about |
Checking back in on this functionality. How do we get it moving again? |
@kfox1111 Sorry for letting this slip.
|
cbe340b
to
8742213
Compare
Signed-off-by: Kevin Fox <[email protected]>
Signed-off-by: Faisal Memon <[email protected]>
Signed-off-by: Faisal Memon <[email protected]>
Signed-off-by: Faisal Memon <[email protected]>
Signed-off-by: Faisal Memon <[email protected]>
This didn't get added to the README. I've added a PR for it here #243 |
if (c.Cmd != "" || c.PIDFileName != "") && c.RenewSignal == "" { | ||
return errors.New("Must specify renew_signal when using cmd or pid_file_name") | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This causes #246
Partially implements: #115