mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 05:31:25 +02:00
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
5 lines
157 B
Bash
Executable File
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
|