VP
Size: a a a
VP
SS
VP
VP
MM
ps -aux | grep nodemon | grep -v grep
MM
VP
ps -aux | grep nodemon | grep -v grep
MM
ps -aux | grep nodemon | grep scipt_name.js | grep -v grep
VP
ps -aux | grep nodemon | grep scipt_name.js | grep -v grep
MM
MM
var spawn = child_process.spawn('bash', ['-c', `nohup forever --killTree --uid "${script_path}" /usr/bin/nodemon --exitcrash -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
MM
VP
var spawn = child_process.spawn('bash', ['-c', `nohup forever --killTree --uid "${script_path}" /usr/bin/nodemon --exitcrash -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
VP
MM
D
AE
VP
D
MM