commit 509142e1008a8c58676f5e770715d7f7b7b4a9c0
parent 529b474991c278afd0333558bea8b829d8649497
Author: Joris Vink <joris@coders.se>
Date: Mon, 6 Mar 2017 16:58:51 +0100
note that the rand_file must be inside chroot.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/conf/kore.conf.example b/conf/kore.conf.example
@@ -64,6 +64,8 @@ workers 4
#
# Kore will refuse to start if the specified file does not exist,
# is of the wrong size or cannot be opened in anyway.
+#
+# NOTE: This file location must be inside your chrooted environment.
#rand_file random.data
# HTTP specific settings.