pm2 start script for Unix

This commit is contained in:
djbadders 2018-08-12 23:34:56 +01:00
parent a63fb2ec65
commit 01db065fca
1 changed files with 24 additions and 0 deletions

24
PTMagic/pm2-PT-Magic.json Normal file
View File

@ -0,0 +1,24 @@
{
"apps": [
{
"name": "ptm test-btc2",
"cwd": ".",
"script": "PTMagic.dll",
"node_args": [],
"log_date_format": "YYYY-MM-DD HH:mm Z",
"exec_interpreter": "dotnet",
"exec_mode": "fork",
"autorestart": false
},
{
"name": "ptm-mon test-btc2",
"cwd": ".",
"script": "Monitor/Monitor.dll",
"node_args": [],
"log_date_format": "YYYY-MM-DD HH:mm Z",
"exec_interpreter": "dotnet",
"exec_mode": "fork",
"autorestart": false
}
]
}