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

Can't running node app when rebooting #20

Open odirus opened 9 years ago

odirus commented 9 years ago

I follwed the instruction, now I can use service node-app to start | stop, But when I reboot the host, node-app will not running automatically, "update-rc.d node-app defaults" is ok .. OS: ubuntu 14.04,

ralyodio commented 9 years ago

Yeah. someone has rewritten this script. I don't use it anymore.

I suggest you look into upstart.

dresc commented 9 years ago

hi i got node startup wokring with this script https://github.com/fhd/init-script-template

ralyodio commented 9 years ago

if you can get this script working and send a PR that would be awesome.