MultiUserChatCLI/pm2start.json

11 lines
135 B
JSON

{
"apps": [
{
"name": "ROOO",
"script": "./process.sh",
"args" : ""
}
]
}