From 15c257e50434e2926e48281da9f888f854c5eac9 Mon Sep 17 00:00:00 2001 From: Kortho Date: Tue, 18 Jun 2019 10:37:40 +0200 Subject: [PATCH] changed service pointer Changed so the service starts the modules in the venv where they are installed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aecdce3..253be61 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ After=misp-workers.service Type=simple User=apache Group=apache -ExecStart=/usr/bin/scl enable rh-python36 rh-ruby22 '/opt/rh/rh-python36/root/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 –s' Restart=always RestartSec=10