mirror of https://github.com/MISP/misp-vagrant
MISP modules discovery should listen on 0.0.0 in order to provide the service outside the VM.
parent
890bf8eb30
commit
8c97b56c52
|
@ -327,7 +327,7 @@ Description=Start the misp modules server at boot
|
|||
[Service]
|
||||
Type=forking
|
||||
User=www-data
|
||||
ExecStart=/bin/sh -c 'misp-modules -s &'
|
||||
ExecStart=/bin/sh -c 'misp-modules -l 0.0.0.0 -s &'
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue