mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
6 lines
285 B
Bash
Executable file
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
|