Closed max1404 closed 8 years ago
If you want a fast and easy way you can execute nohup npm start
, otherwise you may think to implement a systemd / service implementation.
You may take a look here.
Where ExecStart
will be something like cd /home/dvitali/Documents/git/sonos-web/; npm start;
I'm gonna close this since no answer was posted in 21 days. Feel free to comment if your issue isn't solved
Can one "npm start" running as a service? If yes how? Does anyone have a built script?