aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:03 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:03 +0000
commitaf8cf3fa1402728e46b648d44739ee379fb7f81d (patch)
tree96fbc73b4bf348e4de4359ea9610c7add318ec00 /src/namestore
parente5daa4634f5fb7e22ed07c882e224b65c3d78ada (diff)
downloadgnunet-af8cf3fa1402728e46b648d44739ee379fb7f81d.tar.gz
gnunet-af8cf3fa1402728e46b648d44739ee379fb7f81d.zip
rename USER_SERVICE into RUN_PER_USER. thx, tg (#4548a)
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
index 8b5e440b8..94e158609 100644
--- a/src/namestore/namestore.conf.in
+++ b/src/namestore/namestore.conf.in
@@ -1,6 +1,6 @@
1[namestore] 1[namestore]
2AUTOSTART = @AUTOSTART@ 2AUTOSTART = @AUTOSTART@
3USER_SERVICE = YES 3RUN_PER_USER = YES
4UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-namestore.sock 4UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-namestore.sock
5UNIX_MATCH_UID = NO 5UNIX_MATCH_UID = NO
6UNIX_MATCH_GID = YES 6UNIX_MATCH_GID = YES