aboutsummaryrefslogtreecommitdiffstats
path: root/community/openvas-scanner/fix-redis-dbpath.patch
blob: bc46b7835d9fefddf9003ee21be23b663c86677a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 #################################