Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > General Support > Topic : Script to Start/Stop/Restart Node



Threaded Mode | Print  

 Script to Start/Stop/Restart Node, Script to Start/Stop/Restart Node (1 Replies, Read 2782 times)
ileonelperea
Group: Member
Post Group: Newbie
Posts: 1
Status:
Hi, my name is Leonel

Whats the script to start/stop node.js , i saw that Softaculous have the menu to do it.. but i need a scrept to stop node.js manually...

do u how how can i do it?

tnks
IP: --   

Script to Start/Stop/Restart Node
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5652
Status:
Hi Leonel,

You will first need to find out the port on which nodejs is running you can find it from the config.js of your Ghost installation.

Then find the process id of the nodejs service using the following command :
Code
lsof -i :P ORTNO


and then kill the appropriate process with the below command :
Code
kill -9 PROCESSID


-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 24, 2024, 4:54 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.032