Quick node.js Daemonizer For FreeBSD (Probably Linux Too)
This is a quick node.js daemonizer I put together for debugging websockets, it can be called from the command line (without arguments) to run without daemonization, and also accepts start/stop/restart/stat with verbose outputs plus –daemonize/–kill/–proc for scripted calls. The actual usage is 1 call which takes a callback but the …