pm2/examples/apps/cluster-pm2.json
2015-07-27 14:47:54 +02: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"
}