pm2 file
This commit is contained in:
parent
46ad540f68
commit
32a58b0519
14
start.json
Normal file
14
start.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"apps": [
|
||||||
|
{
|
||||||
|
"name": "framework",
|
||||||
|
"script": "index.js",
|
||||||
|
"interpreter_args": "",
|
||||||
|
"error_file": "/dev/null",
|
||||||
|
"out_file": "/dev/null",
|
||||||
|
"kill_timeout": 90000,
|
||||||
|
"max_restarts": 5,
|
||||||
|
"restart_delay": 5000
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user