certsocietegenerale / FIR

Fast Incident Response
GNU General Public License v3.0
1.72k stars 507 forks source link

fir.sock file missing in run folder #269

Closed Obad94 closed 2 years ago

Obad94 commented 2 years ago

Hello!

I'm working to install FIR in Production environment but unfortunately I'm unable to find fir.sock file as mentioned in exec uwsgi --socket /path/to/your/FIR/install/run/fir.sock --chdir /path/to/your/FIR/install/ --module fir.wsgi.

Where to get fir.sock file as in earlier steps only run folder was created but nothing was added in that folder ?

Obad94 commented 2 years ago

So finally, I figured it out. The fir.sock file is auto created after the script is properly configured. The service is working absolutely fine in Production. Thank you.