mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
8 lines
173 B
JSON
8 lines
173 B
JSON
[{
|
|
"name" : "echo",
|
|
"script" : "./examples/args.js",
|
|
"instances" : "1",
|
|
"args" : "['--toto=heya coco', '-d', '1']",
|
|
"cron_restart" : "* * * * * *"
|
|
}]
|