diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2022-09-22 09:12:24 +0200 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2022-09-22 09:12:24 +0200 |
commit | 1672c85ad702146521dc830298dcb3f802533539 (patch) | |
tree | d955728d894c0bedd92441558527feaab46150cb | |
parent | c50fba92d14a20c4321768c26b3dd6e417c46f23 (diff) | |
download | gnunet-1672c85ad702146521dc830298dcb3f802533539.tar.gz gnunet-1672c85ad702146521dc830298dcb3f802533539.zip |
-fix: FS needs to be run as user service
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r-- | src/fs/fs.conf.in | 3 |
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] |
2 | RUN_PER_USER = YES | ||
2 | START_ON_DEMAND = @START_ON_DEMAND@ | 3 | START_ON_DEMAND = @START_ON_DEMAND@ |
3 | IMMEDIATE_START = YES | 4 | IMMEDIATE_START = YES |
4 | INDEXDB = $GNUNET_DATA_HOME/fs/idxinfo.lst | 5 | INDEXDB = $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) |
24 | CONTENT_PUSHING = YES | 25 | CONTENT_PUSHING = YES |
25 | 26 | ||
26 | UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fs.sock | 27 | UNIXPATH = $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) |