-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm trying to fork the current process (daemonizing), but I'm getting this following error:
(libev) kevent: Bad file descriptor
In my use case I can't use a detached child process of node core because I need some params present in the parent process and don't want to pass it via process.argv.
I have tested others projects like daemon.node and daemonsauce, but none are working in the last version of node.
Do you have any suggestions for me ? If I really need to use the detached child process I will have to rewrite a large part of my program and don't looks like an elegant solution.
Metadata
Metadata
Assignees
Labels
No labels