mardi 24 février 2015

Create start, stop, restart Linux Service for Sails.JS

I want to create a start, stop, restart in Linux Service.




Will start the sails.js. Similar to sails lift command



sudo service myapp start


Will stop the sails.js



sudo service myapp stop


Will restart the sails.js



sudo service myapp restart




I found this link but it doesn't work the way I want it. Auto reloading a Sails.js app on code changes?


Aucun commentaire:

Enregistrer un commentaire