1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/openvas-scanner/openvas-scanner.post-install

6 lines
285 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
echo 'mqtt_server_uri = localhost:1883' >> /etc/openvas/openvas.conf
echo 'table_driven_lsc = yes' >> /etc/openvas/openvas.conf
exit 0