ralyodio / node-startup

Startup script for Linux-based systems for running node app when rebooting using an /etc/init.d script.
MIT License
779 stars 169 forks source link

Added PORT argument and start/stop functions #7

Closed ematthews closed 10 years ago

ematthews commented 10 years ago

This will allow operating on ports other than 3000 from the init script and moved start/stop execution into functions.

Tested on AWS Linux AMI (semi-Fedora/CentOS-ish)

ralyodio commented 10 years ago

Thanks for adding this.