We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think kill command with optional -s parameter (to specify signal type) will be helpful for the following case:
kill
-s
Example Procfile:
Procfile
confd: exec confd -backend etcd -watch -config-file myconfig.toml nginx: exec nginx -g 'daemon off;'
Example myconfig.toml:
myconfig.toml
[template] src = "/etc/nginx/nginx.conf.tmpl" dest = "/etc/nginx/nginx.conf" reload_cmd = "spm kill -s HUP nginx"
Thanks for this command we can send some signals to running jobs, without known its current pid.
Is it possible that this feature will be implemented?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I think
kill
command with optional-s
parameter (to specify signal type) will be helpful for the following case:Example
Procfile
:Example
myconfig.toml
:Thanks for this command we can send some signals to running jobs, without known its current pid.
Is it possible that this feature will be implemented?
The text was updated successfully, but these errors were encountered: