-
Notifications
You must be signed in to change notification settings - Fork 38
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
Configure signal #55
Comments
This is an area I am unfamiliar with. Could you please provide a bit more context? |
When you run For example, see https://github.com/remy/nodemon#gracefully-reloading-down-your-script |
We are not using the api (yet?) but it looks like it should be possible to just add another option to the config Will try and get to it soon, unless you want to give it a shot? |
TBH I've forgotten why I asked for this feature. I think I've since switched to just running |
It would be nice to be able to specify the signal argument to nodemon, e.g. to set
SIGTERM
instead of the defaultSIGUSR1
.The text was updated successfully, but these errors were encountered: