beagleboard / bonescript

Scripting tools for the BeagleBoard and BeagleBone
http://beagleboard.org
MIT License
32 stars 9 forks source link

Use NPM module named 'forever' to autoload #33

Open jadonk opened 6 years ago

jadonk commented 6 years ago

From @adityapatadia on November 18, 2014 18:59

Bonescdipt should use NPM package named forever to run the scripts indefinitely and remove the autorun logic from its source. The link to that module is https://www.npmjs.org/package/forever

Copied from original issue: jadonk/bonescript#100

jadonk commented 6 years ago

From @adityapatadia on November 23, 2014 20:5

PM2 is also a nice choice for this work.