foreversd / forever

A simple CLI tool for ensuring that a given script runs continuously (i.e. forever)

Home Page:http://github.com/foreverjs/forever

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to enter my command for a NodeJS application?

TopoR1 opened this issue · comments

commented

I start my Ubuntu project with the forever start --spinSleepTime 10000 index.js command and to manage the project I want to use the command line to enter commands. How should I do it?