diff options
Diffstat (limited to 'src/fs/fs.conf.in')
-rw-r--r-- | src/fs/fs.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in index bb4cae99a1..087185b0c7 100644 --- a/src/fs/fs.conf.in +++ b/src/fs/fs.conf.in @@ -20,7 +20,7 @@ CONTENT_CACHING = YES # (may improve anonymity, probably not a good idea if content_caching is NO) CONTENT_PUSHING = YES -UNIXPATH = /tmp/gnunet-service-fs.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fs.sock # Do we require users that want to access file-sharing to run this process # (usually not a good idea) |