From a14fb7b9d9f70f5b9c2f7d5e39f780a132f87dfa Mon Sep 17 00:00:00 2001 From: Carlo von lynX Date: Mon, 23 May 2016 14:44:36 +0000 Subject: [PATCH] social: put the sock in the right cupboard --- src/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 index 98798a72f..33b14e5b4 100644 --- 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 -- 2.25.1