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

stdin: is not a tty #43

Open rjsears opened 6 years ago

rjsears commented 6 years ago

I am getting the following when attempting to run: /etc/init.d/node-app start

Starting node-app ...
stdin: is not a tty
node-app started with pid 16638

but it does not start (can start manually no problem).