gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix: FS needs to be run as user service


From: gnunet
Subject: [gnunet] branch master updated: -fix: FS needs to be run as user service
Date: Thu, 22 Sep 2022 09:12:33 +0200

This is an automated email from the git hooks/post-receive script.

thejackimonster pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1672c85ad -fix: FS needs to be run as user service
1672c85ad is described below

commit 1672c85ad702146521dc830298dcb3f802533539
Author: TheJackiMonster <thejackimonster@gmail.com>
AuthorDate: Thu Sep 22 09:12:24 2022 +0200

    -fix: FS needs to be run as user service
    
    Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
---
 src/fs/fs.conf.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 @@
 [fs]
+RUN_PER_USER = YES
 START_ON_DEMAND = @START_ON_DEMAND@
 IMMEDIATE_START = YES
 INDEXDB = $GNUNET_DATA_HOME/fs/idxinfo.lst
@@ -23,7 +24,7 @@ CONTENT_CACHING = YES
 # (may improve anonymity, probably not a good idea if content_caching is NO)
 CONTENT_PUSHING = YES
 
-UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fs.sock
+UNIXPATH = $GNUNET_USER_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)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]