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

Implement kill command #11

Open
piotrminkina opened this issue Jun 8, 2017 · 0 comments · May be fixed by #12
Open

Implement kill command #11

piotrminkina opened this issue Jun 8, 2017 · 0 comments · May be fixed by #12

Comments

@piotrminkina
Copy link

I think kill command with optional -s parameter (to specify signal type) will be helpful for the following case:

Example Procfile:

confd: exec confd -backend etcd -watch -config-file myconfig.toml
nginx: exec nginx -g 'daemon off;'

Example 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?

@lil5 lil5 linked a pull request Mar 20, 2024 that will close this issue
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 a pull request may close this issue.

1 participant