mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +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
13 lines
447 B
Diff
13 lines
447 B
Diff
diff --git a/config/redis-openvas.conf b/config/redis-openvas.conf
|
|
index eb9e930..6502f04 100644
|
|
--- a/config/redis-openvas.conf
|
|
+++ b/config/redis-openvas.conf
|
|
@@ -260,7 +260,7 @@ dbfilename dump.rdb
|
|
# The Append Only File will also be created inside this directory.
|
|
#
|
|
# Note that you must specify a directory here, not a file name.
|
|
-dir ./
|
|
+dir /var/lib/redis
|
|
|
|
################################# REPLICATION #################################
|