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

7 lines
150 B
JSON

{
"script" : "examples/echo.js",
"fileError" : "logs/errEcho.log",
"fileOutput" : "logs/outEcho.log",
"pidFile" : "pids/echo",
"max" : "1"
}