Running gekko in the background with PM2 - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Guides (https://forum.gekko.wizb.it/forum-22.html) +--- Thread: Running gekko in the background with PM2 (/thread-1479.html) |
RE: Running gekko in the background with PM2 - IPhantom - 07-19-2019 Hi, How do i get pm2 to autostart and restart gekko in ui mode?. Here's what i used: Code: pm2 start gekko.js -n "ui" -- --ui |