Under Windows, use NSSM to set up a new service to start the boot, etc.

Source: Internet
Author: User

1. Download:

Http://nssm.cc/download/?page=download

2. Unzip:

Select the appropriate 32bit or 64bit according to your system, and then copy the corresponding executable file to the system environment. Configure environment variables;

3. Configuration:

CMD command line mode, go to the NSSM directory or run the following command directly:

NSSM Install NodeJS

(Nodejs is the name of the service installed under the test environment, the test case is the node program)

In the Path Select your installed Node.exe, Startup directory Select your node app's directory, Argument enter your startup file, such as run on my desktop index.js (in the Startup directory directory execution node index.js ):

 

Select the install service. can be installed successfully. The default is auto-start, which is boot.

4. Start the service:

net start NodeJS

Perfect start-Up OH

Reference: HTTPS://CNODEJS.ORG/TOPIC/50A5AEE6637FFA4155F30DFC

http://my.oschina.net/u/1582119/blog/316069

Under Windows, use NSSM to set up a new service to start the boot, etc.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.