Skip to content

Startup script for Linux-based systems for running node app when rebooting using an /etc/init.d script.

License

Notifications You must be signed in to change notification settings

LinusU/node-startup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#node-startup

Make your node apps start with the computer.

Why node-startup?

When chovy's vps was rebooted occassionally by the hosting provider, his node.js app was not coming back online. This script can be used to restart your app when the machine reboots without your knowledge.

Installation

npm install -g cmd-startup

Usage

sudo node-startup /path/to/package.json

OS Support

Right now only Linux is supported.

License

This program is licensed under the MIT license, see LICENSE for more info.

About

Startup script for Linux-based systems for running node app when rebooting using an /etc/init.d script.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 50.7%
  • JavaScript 49.3%