From 3ad395529cea4def910eebc85ae67c98d9329190 Mon Sep 17 00:00:00 2001 From: Suresh Alse Date: Wed, 1 Mar 2017 11:36:19 -0800 Subject: [PATCH] Update issues.md Adding info on how to run crontab-ui as a daemon --- README/issues.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README/issues.md b/README/issues.md index 03a2bf3..59467e0 100644 --- a/README/issues.md +++ b/README/issues.md @@ -14,3 +14,5 @@ __crontab-ui stopped working__ - It can happen that your crontab-ui can stop wor __Where is my root node_modules folder__ - You can find it by `npm root -g` __Mailing related issue__ - Refer [this](https://github.com/alseambusher/crontab-ui/blob/master/README/mail.md). + +__Run crontab-ui as a daemon__ - Install [pm2](https://github.com/Unitech/pm2) using `npm install -g pm2`. Then just run `pm2 start crontab-ui`