Updated ReadMe Raspberry Pi Advanced (markdown)

Paul Tanner 2014-01-13 09:01:07 -08:00
parent 9c412eb6f7
commit b8b9cb854f
1 changed files with 10 additions and 0 deletions

@ -69,3 +69,13 @@ To get to the terminal type
screen -r red
type Ctrl-A-D to detach and leave it running
## Making node-red run forever (on crash or reboot)
The answer should be daemonise it which could be done as a mod to node-red or by using forever.
Forever's ability to restart automatically would be useful, especially during development.
I have tried to get forever working in a stable way on pi but have found it erratic. It did not always daemonise and started throwing stdout onto the console despite the -o or -a switch. I suspect version incompatibilities although npm does not complain.
If anyone has been successful please update this.