pm2 ecosystem file added to disable treekill
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
module.exports = {
|
||||||
|
apps : [{
|
||||||
|
name : "app1",
|
||||||
|
script : "./app.js",
|
||||||
|
treekill: false
|
||||||
|
}]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user