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

Take a signal or command while running a process to manually restart it. #88

Closed
Industrial opened this issue Dec 22, 2014 · 1 comment
Closed

Comments

@Industrial
Copy link

Hi.

I've recently replaced nodemon with forever because nodemon's watch functionality has issues (it watches the node_modules dir even if you configure it correctly).

One of the great features of nodemon (for me) is the ability to type "rs" to manually restart the process. This is nice because it allows me to restart the server but skip re-initializing the whole grunt/gulp setup.

Is this possible to implement with Forever?

@CaleyD
Copy link

CaleyD commented Sep 10, 2015

this seems like a feature of a higher-level abstraction rather than forever-monitor module. You can achieve this pragmatically with forever-monitor by calling the .kill() method.

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

2 participants