mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
19 lines
464 B
JSON
19 lines
464 B
JSON
[{
|
|
"name" : "echo",
|
|
"script" : "./examples/args.js",
|
|
"instances" : "1",
|
|
"args" : "['--toto=heya coco', '-d', '1']",
|
|
"cron_restart" : "* * * * * *"
|
|
},{
|
|
"min_uptime" : "100",
|
|
"max_restarts" : "400",
|
|
"name" : "auto-kill",
|
|
"script" : "./examples/killfaste.js"
|
|
},{
|
|
"name" : "api",
|
|
"script" : "./examples/child.js",
|
|
"instances" : "4",
|
|
"error_file" : "./examples/child-err.log",
|
|
"out_file" : "./examples/child-out.log"
|
|
}]
|