webjerk-process-wrangler
v0.3.0
Published
add webjerk hooks to launch & teardown a process
Readme
webjerk-process-wrangler
add webjerk hooks to launch & teardown a process. it also writes a temporary PID file to disk. if the previous run failed and the PID file remains, webjerk attempts to remove that PID.
config
{
bin: 'node',
args: [...], // ['./test.js']
opts: {} // see child_proccess.spawn opts
}