gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit a14fb7b9d9f70f5b9c2f7d5e39f780a132f87dfa
parent 9ee434862c39b0bbf26bf18cfcd386e2b81b762a
Author: Carlo von lynX <lynX@time.to.get.psyced.org>
Date:   Mon, 23 May 2016 14:44:36 +0000

social: put the sock in the right cupboard

Diffstat:
Msrc/social/social.conf.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/social/social.conf.in b/src/social/social.conf.in @@ -3,7 +3,7 @@ AUTOSTART = @AUTOSTART@ BINARY = gnunet-service-social USER_SERVICE = YES -UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-social.sock +UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-social.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES