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

10 lines
191 B
JSON

{
"script" : "./examples/child.js",
"error_file" : "errLog.log",
"out_file" : "outLog.log",
"pid_file" : "child",
"instances" : "4",
"min_uptime" : "10",
"max_restarts" : "4"
}