mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
10 lines
191 B
JSON
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"
|
|
}
|