aports/community/openvas-scanner/openvas-scanner.post-install
Francesco Colista 3b300476a1 community/openvas-scanner: renamed from openvas, periodic script improved
greenbone-nvt-sync now runs as gvm user
greenbone-scapdata-sync and greenbone-certdata-sync as root
Fixed an issue with shipped redis config,who were putting the db in the wrong path
Building with openvas-smb too
2022-02-25 15:41:48 +00:00

5 lines
157 B
Bash
Executable File

#!/bin/sh
echo 'cfgfile="/etc/redis-openvas.conf"' >> /etc/conf.d/redis
echo 'db_address = /run/redis-openvas/redis.sock' > /etc/openvas/openvas.conf
exit 0