mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
Fix #532
This commit is contained in:
parent
d127159f5d
commit
19d95debac
@ -589,7 +589,8 @@ Note that if you execute `pm2 start node-app-2` again, it will spawn an addition
|
||||
"run_as_user" : "app",
|
||||
"run_as_group" : "www-data",
|
||||
"instances" : "6",
|
||||
"min_uptime" : "200",
|
||||
"min_uptime" : "200", // milliseconds, defaults to 1000
|
||||
"max_restarts" : "10", // defaults to 15
|
||||
"cron_restart" : "1 0 * * *",
|
||||
"watch" : "false",
|
||||
"ignoreWatch" : ["[\\/\\\\]\\./", "node_modules"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user