pm2/apps/cluster-pm2.json
Alexandre Strzelewicz c79c92b3ac 0.6.1
2013-10-15 13:11:05 +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"
}