node-startup
node-startup copied to clipboard
Startup script for Linux-based systems for running node app when rebooting using an /etc/init.d script.
Hi, I tried to use your app, without success. It should be a matter of configuration I cannot get rid of. I have a react application whose structure is as...
One more issue: the PID recorded for the node-startup app is pointing to the bash shell used to start the script instead of referencing the node app that is actually...
Hi, I was wondering if you could help me out but I'm using your script but the generate pid always seems to get 2 number below the real process id...
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...
It would be nice to have an option to open the log file in "append" mode (">>") rather than "open" mode (">") for the following reasons: * for some applications...
root@HomeKitPi:~# /etc/init.d/node-app start Node app stopped, but pid file exists I looked at [issue #17](https://github.com/chovy/node-startup/issues/17), and I am using the latest version which includes the change to line 45, but...
node-startup is real simple and cool. I tried to use it for setting up an app on AWS EC2 instance. Initially I had a few failures from a) Needing to...
restart from Admin Panel is not possible when app is running from "node-app" script ``` [meta.restart] Could not restart, are you sure NodeBB was started with `./nodebb start`? ```
HOST?
I am running on a VPS, and have a 2nd IP address that all the Node stuff runs on on port 80, is it possible to add this option to...
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...