From a4426727f4585c0c7cbf7f90d8bbbd9fc3cff7b2 Mon Sep 17 00:00:00 2001 From: Robert Nixon Date: Sun, 7 Aug 2022 18:26:41 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 178e07f..a260d20 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ sudo -u www-data /var/www/MISP/venv/bin/pip install . sudo cp etc/systemd/system/misp-modules.service /etc/systemd/system/ sudo systemctl daemon-reload sudo systemctl enable --now misp-modules +sudo service misp-modules start #or /var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 & #to start the modules ~~~~