From e34e48f87c91c2b592db5f21023fd9c2fa6a1685 Mon Sep 17 00:00:00 2001 From: Mattia Giambirtone Date: Sat, 12 Mar 2022 15:55:50 +0100 Subject: [PATCH] Updated README with note to scripts folder for testing --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b41147a..6811e91 100644 --- a/README.md +++ b/README.md @@ -116,4 +116,9 @@ workers = 1 # Number of worker processes to use restartDelay = 10 # Delay (seconds) that nimd will wait before restarting itself after crashes sigtermDelay = 90 # Delay (seconds) that nimd will wait before terminating child processes with # SIGKILL after sending a more gentle SIGTERM upon shutdown or exit -``` \ No newline at end of file +``` + +## Testing NimD + +NimD is not quite ready for production yet, but in the `scripts` folder you can find a few simple bash scripts to test NimD +in a minimal Alpine Linux VM using QEMU. \ No newline at end of file