Skip to content

Upstart script file to run a NodeJS server as a system service

License

Notifications You must be signed in to change notification settings

chosenvictim/upstart.conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

upstart.conf

Upstart script file to run a NodeJS server as a system service

  1. Edit thie file accordingly and copy this file to /etc/init/<your-service-name>.conf

  2. Reload system initctl configurations

sudo initctl reload-configuration

  1. Now your NodeJs server can be run as a system service.

=> To start: sudo <your-service-name> start
=> To stop: sudo <your-service-name> stop
=> To check status: sudo <your-service-name> status

About

Upstart script file to run a NodeJS server as a system service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published