pm2/examples/misc-examples/exec_watch.json

10 lines
181 B
JSON

[{
"script":"examples/child.js",
"name":"SERVERONE",
"instances":10,
"watch" : true,
"error_file":"errfile.log",
"out_file":"outfile.log",
"pid_file":"pidfile.pid"
}]