MM
Size: a a a
MM
VP
var spawn = child_process.spawn('bash', ['-c', `nohup forever --uid "${script_path}" /usr/bin/nodemon --exitcrash -L -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
MM
MM
VP
VP
var spawn = child_process.spawn('bash', ['-c', `nohup forever --uid "${script_path}" /usr/bin/nodemon --exitcrash -L -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
MM
VP
MM
MM
sudo sysctl fs.inotify.max_user_watches=582222 && sudo sysctl -p
MM
var spawn = child_process.spawn('bash', ['-c', `nohup forever --uid "${script_path}" /usr/bin/nodemon --exitcrash -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
VP
var spawn = child_process.spawn('bash', ['-c', `nohup forever --uid "${script_path}" /usr/bin/nodemon --exitcrash -I ${script_path} > ${logs_path} 2>&1 &`], {detached: true, stdio: ['inherit']})
MM
VP
MM
VP
VP
VP
VP
MM