MISP modules discovery should listen on 0.0.0 in order to provide the service outside the VM.

pull/6/head
Cédric Bonhomme 2017-08-17 08:26:12 +02:00
parent 890bf8eb30
commit 8c97b56c52
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

View File

@ -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