aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs.conf.in')
-rw-r--r--src/fs/fs.conf.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in
index 797109d07..be02619bf 100644
--- a/src/fs/fs.conf.in
+++ b/src/fs/fs.conf.in
@@ -1,4 +1,5 @@
1[fs] 1[fs]
2RUN_PER_USER = YES
2START_ON_DEMAND = @START_ON_DEMAND@ 3START_ON_DEMAND = @START_ON_DEMAND@
3IMMEDIATE_START = YES 4IMMEDIATE_START = YES
4INDEXDB = $GNUNET_DATA_HOME/fs/idxinfo.lst 5INDEXDB = $GNUNET_DATA_HOME/fs/idxinfo.lst
@@ -23,7 +24,7 @@ CONTENT_CACHING = YES
23# (may improve anonymity, probably not a good idea if content_caching is NO) 24# (may improve anonymity, probably not a good idea if content_caching is NO)
24CONTENT_PUSHING = YES 25CONTENT_PUSHING = YES
25 26
26UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fs.sock 27UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-fs.sock
27 28
28# Do we require users that want to access file-sharing to run this process 29# Do we require users that want to access file-sharing to run this process
29# (usually not a good idea) 30# (usually not a good idea)