From a2fa90e9ffa80bcf70fac5b2a9d5c2a104859f09 Mon Sep 17 00:00:00 2001 From: "Indospace.io" Date: Sat, 7 Apr 2018 02:27:58 -0700 Subject: [PATCH] Change Forever to PM2 PM2 run circles around forever. PM2 is far more superior and checkout the release dates, PM2 was just 9 days ago when forever was forever ago... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 198062274..13d0c58a1 100644 --- a/README.md +++ b/README.md @@ -430,7 +430,7 @@ curl 127.0.0.1:18081/json_rpc -d '{"method":"getblockheaderbyheight","params":{" * To inspect and make changes to redis I suggest using [redis-commander](https://github.com/joeferner/redis-commander) * To monitor server load for CPU, Network, IO, etc - I suggest using [New Relic](http://newrelic.com/) -* To keep your pool node script running in background, logging to file, and automatically restarting if it crashes - I suggest using [forever](https://github.com/nodejitsu/forever) +* To keep your pool node script running in background, logging to file, and automatically restarting if it crashes - I suggest using [PM2](https://github.com/Unitech/pm2) Donations