mirror of https://github.com/MISP/misp-modules
commit
cbaa1e6e93
|
@ -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 cp etc/systemd/system/misp-modules.service /etc/systemd/system/
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
sudo systemctl enable --now misp-modules
|
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
|
/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 & #to start the modules
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ User=www-data
|
||||||
Group=www-data
|
Group=www-data
|
||||||
WorkingDirectory=/usr/local/src/misp-modules
|
WorkingDirectory=/usr/local/src/misp-modules
|
||||||
Environment="PATH=/var/www/MISP/venv/bin"
|
Environment="PATH=/var/www/MISP/venv/bin"
|
||||||
ExecStart=/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 -s
|
ExecStart=/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue