mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 23:34:38 +01:00
Updated ReadMe Raspberry Pi Advanced (markdown)
@@ -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.
|
||||
Reference in New Issue
Block a user