From 0cbbb59e672836da69bf4facd7b0d85a7e9c1d68 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Tue, 18 Jun 2019 11:40:05 +0200 Subject: [PATCH] Update README.md Note about restarting the system after updating by pulling. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e8b9e9..98c50dc 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ Traceback (most recent call last): with open(dst, 'wb') as fdst: OSError: [Errno 26] Text file busy: '/home/steve/code/misp-dashboard/DASHENV/bin/python3' ``` +- Restart the System: `./zmq_subscriber.py &`, `./zmq_dispatcher.py &` and `./server.py &` # Starting the System :warning: You should not run it as root. Normal privileges are fine.