pandora-analysis / pandora

Pandora is an analysis framework to discover if a file is suspicious and conveniently show the results
https://pandora.circl.lu/
GNU Affero General Public License v3.0
251 stars 37 forks source link

Start Pandora at boot #81

Closed dbarzin closed 2 years ago

dbarzin commented 2 years ago

How do you get Pandora to start at boot time ? Could you share a startup script ? Thanks, Didier

Rafiot commented 2 years ago

You can use the systemd script: https://github.com/pandora-analysis/pandora/tree/main/etc/systemd/system

I'm not using it right now, but the configuration will be very similar to the one of lookyloo: https://www.lookyloo.eu/docs/main/install-lookyloo-production.html#_systemd_service

dbarzin commented 2 years ago

Thanks for the info !