indexzero / daemon.node

A node.JS addon that helps to create *nix daemons in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arguments passed to node aren't applied to daemonized process

earl-thomas-is-a-beast opened this issue · comments

Passing arguments like --expose-gc to node doesn't work when using the daemon module, they don't get passed to the child process.

I don't think there is a way to pass these to the daemon module since they are consumed by the V8 instance and not args to the app.