pm2/examples/v1/exec_watch.json
2016-08-07 02:16:13 -07:00

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"
}]