pm2/apps/multi-pm2.json
Alexandre Strzelewicz 133cf24dee 0.9.9
2013-05-21 18:27:49 +08:00

20 lines
481 B
JSON

[{
"script" : "examples/echo.js",
"fileError" : "logs/errEcho.log",
"fileOutput" : "logs/outEcho.log",
"pidFile" : "pids/echo",
"max" : "1"
},{
"script" : "./examples/child.js",
"fileError" : "logs/errLog.log",
"fileOutput" : "logs/outLog.log",
"pidFile" : "pids/child",
"max" : "10",
"instances" : "max"
},{
"script" : "./examples/echokill.js",
"fileError" : "logs/rLog.log",
"fileOutput" : "logs/tLog.log",
"pidFile" : "pids/kiii",
"max" : "10"
}]