Start misp-modules in venv

Steven 2021-03-09 16:41:03 +01:00
parent 9d2e6312a2
commit c13eec4a73
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ RUN ( \
echo 'autorestart = false'; \
echo ''; \
echo '[program:misp-modules]'; \
echo 'command=/bin/bash -c "misp-modules -s -l 127.0.0.1"'; \
echo 'command=/bin/bash -c "/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 -s"'; \
echo 'user = www-data'; \
echo 'startsecs = 0'; \
echo 'autorestart = false'; \