#node-startup
Make your node apps start with the computer.
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.
npm install -g cmd-startup
sudo node-startup /path/to/package.json
Right now only Linux is supported.
This program is licensed under the MIT license, see LICENSE for more info.