From 33aa5b13de5a9ec4e46242f1fcb3634841b3e3cf Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Sat, 14 Feb 2015 20:50:46 -0500 Subject: [PATCH] Recommend using a process supervisor for high reliability in README. --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 0bcff27..80dfc63 100644 --- a/README +++ b/README @@ -160,6 +160,10 @@ USAGE 4o) If you encounter problems, I suggest running ndhc in the foreground and examining the printed output. +5) I suggest running ndhc under some sort of process supervision. This will + allow for reliable functioning in the case of unforseen or + unrecoverable errors. + BEHAVIOR NOTES --------------