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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
How can I daemonize the current process ? I used to do it using node.daemon, but this is no more working in recent versions.
node.daemon readme says to use " detached child processes in Node.js core instead", but I do not need to start a new process as daemon, but the current running process.