diff --git a/ReadMe-Raspberry-Pi---Advanced.md b/ReadMe-Raspberry-Pi---Advanced.md index e3b7d24..bb8ad36 100644 --- a/ReadMe-Raspberry-Pi---Advanced.md +++ b/ReadMe-Raspberry-Pi---Advanced.md @@ -80,6 +80,6 @@ I have tried to get forever working in a stable way on pi but have found it erra If anyone has been successful please update this. -EDIT - We've been able to create an init script that uses forever to direct stdout and stderr to log files - I've documented this here: http://l0l.org.uk/?p=179. I've also combined this with using monit to restart node-red automagically. So far we haven't seen any errors relating to the daemonising aspect, although we only switched to using forever approx. six weeks ago (24/7 usage in an embedded application). +EDIT - We've been able to create an init script that uses forever to direct stdout and stderr to log files - I've documented this here: http://l0l.org.uk/?p=179. We've also combined this with using monit to restart node-red automagically. So far we haven't seen any errors relating to the daemonising aspect, although we only switched to using forever approx. six weeks ago (24/7 usage in an embedded application). Due to my limited understanding of npm I have been in the habit of running sudo npm update after finishing package installations just in case it helps update package dependencies. I'm not sure if that has actually updated anything or not tbh, nor if this sheds any light on the experiences of others, but I'm including it in case it does. \ No newline at end of file