From 7b29d40b75fd60ce5e0b86694499627dc9c63022 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 9 Oct 2013 10:30:21 +0000 Subject: last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by default --- src/psycstore/psycstore.conf.in | 2 +- src/psycstore/test_psycstore.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/psycstore') diff --git a/src/psycstore/psycstore.conf.in b/src/psycstore/psycstore.conf.in index 98c6aeda8..4af03bbd0 100644 --- a/src/psycstore/psycstore.conf.in +++ b/src/psycstore/psycstore.conf.in @@ -1,7 +1,7 @@ [psycstore] AUTOSTART = YES BINARY = gnunet-service-psycstore -UNIXPATH = /tmp/gnunet-service-psycstore.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psycstore.sock @UNIXONLY@PORT = 2111 UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES diff --git a/src/psycstore/test_psycstore.conf b/src/psycstore/test_psycstore.conf index 5a20273a2..45eea4cc1 100644 --- a/src/psycstore/test_psycstore.conf +++ b/src/psycstore/test_psycstore.conf @@ -1,11 +1,11 @@ [arm] -UNIXPATH = /tmp/test-gnunet-service-arm.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test-gnunet-service-arm.sock DEFAULTSERVICES = psycstore [psycstore] AUTOSTART = YES BINARY = gnunet-service-psycstore -UNIXPATH = /tmp/test-gnunet-service-psycstore.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test-gnunet-service-psycstore.sock UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES DATABASE = sqlite -- cgit v1.2.3