Thursday, 6 June 2019

How can I stop node process in the background?

I'm hosting a website on my school server (which uses linux), and I have ssh access to it.​I started the website on port 3000 using the "npm start" command and put it in the background.​But now I want to restart the process on the server so I can launch the updated version of my website. How can I access the node process in order to restart or stop it without the root access?

Submitted June 06, 2019 at 08:45PM by Xwire99

No comments:

Post a Comment