koalazak / rest980

REST interface to control your iRobot Roomba 980 via local server on your lan.
MIT License
293 stars 62 forks source link

RestApi as a Linux Service #9

Closed KlaWol closed 7 years ago

KlaWol commented 7 years ago

Thanks for the great Project, it works very good. What i need to do, to run the Api as as a Linux Service.

regards Klaus

koalazak commented 7 years ago

depends on your linux distribution and service manager. Here for ubuntu: http://stackoverflow.com/questions/38773939/run-nodejs-as-a-service-on-ubuntu

also you can use the docker image.