You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a new to *nix daemons and node.js. From the readme examples, it's not clear how the daemon management occurs once the daemon is started (running script forked and parent process exited). For example:
how to stop the daemon?
how to restart daemon?
manual restart/start daemon as in the example each time it needs a restart or start up on boot (although yes, it could be added to a startup script or something)?
Best practices for the above questions for use of this daemon node module.
The text was updated successfully, but these errors were encountered:
Hi,
I'm a new to *nix daemons and node.js. From the readme examples, it's not clear how the daemon management occurs once the daemon is started (running script forked and parent process exited). For example:
Best practices for the above questions for use of this daemon node module.
The text was updated successfully, but these errors were encountered: