From a7a9a36ca9064171ce2e594a23c01d100d59142c Mon Sep 17 00:00:00 2001 From: Sebastien Larinier Date: Wed, 23 Mar 2022 17:47:39 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e5a0f..13c5219 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,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 -/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 -s & #to start the modules +/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 & #to start the modules ~~~~ ## How to install and start MISP modules on RHEL-based distributions ? From 1b1067a15ee5338ed78cc33ba3c67157b0a11357 Mon Sep 17 00:00:00 2001 From: Sebastien Larinier Date: Wed, 23 Mar 2022 17:48:59 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13c5219..bf27c5e 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ After=misp-workers.service Type=simple User=apache Group=apache -ExecStart=/usr/bin/scl enable rh-python36 rh-ruby22 '/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 -s' +ExecStart=/usr/bin/scl enable rh-python36 rh-ruby22 '/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1' Restart=always RestartSec=10