mirror of https://github.com/MISP/misp-modules
Modules for expansion services, import and export in MISP
http://misp.github.io/misp-modules
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
309 B
14 lines
309 B
[Unit] |
|
Description=System-wide instance of the MISP Modules |
|
After=network.target |
|
|
|
[Service] |
|
User=www-data |
|
Group=www-data |
|
WorkingDirectory=/usr/local/src/misp-modules |
|
Environment="PATH=/var/www/MISP/venv/bin" |
|
ExecStart=/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 -s |
|
|
|
[Install] |
|
WantedBy=multi-user.target |
|
|
|
|