Author Topic: How to restart a nodejs application via terminal?  (Read 951 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to restart a nodejs application via terminal?
« on: June 05, 2023, 12:30:02 PM »
I have a nodejs application running perfectly in the "Node JS Applications Manager", but I also have a deploy pipeline that runs whenever the application is updated.

The problem is that I can't find a way to restart the application after it's updated without having to manually go to the panel and click restart.

What would be the command, in the terminal, to restart the application, given that it was started via "Node JS Applications Manager"?

Offline
*
Re: How to restart a nodejs application via terminal?
« Reply #1 on: October 26, 2023, 01:56:22 PM »
I have the same problem.
Did you find the solution?