MISP / misp-dashboard

A live dashboard for a real-time overview of threat intelligence from MISP instances
GNU Affero General Public License v3.0
192 stars 66 forks source link

removed hard-coded zmq startup #112

Closed Kortho closed 5 years ago

Kortho commented 5 years ago

It was hard coded to run as a specific user and a hard coded location of script

SteveClement commented 5 years ago

@Kortho the "hardcoded" user gets created during the install and is there by design.

I agree on the hardcoded directory.

Kortho commented 5 years ago

sudo in the middle of a script is useless unless the user has done something with sudo recently, furthermore, "sudo -u zmqs" is pretty hard-coded too.

Kortho commented 5 years ago

Added sudo -u zmqs back :)

mokaddem commented 5 years ago

Thanks!