umami/pm2.json

8 lines
108 B
JSON
Raw Normal View History

2020-11-05 12:40:46 +01:00
{
"name": "umami",
"script": "npm",
"args": "start",
"instances": "max",
"exec_mode": "cluster"
}