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/psyc/test_psyc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/psyc/test_psyc.conf') diff --git a/src/psyc/test_psyc.conf b/src/psyc/test_psyc.conf index da2dde680..1e646239a 100644 --- a/src/psyc/test_psyc.conf +++ b/src/psyc/test_psyc.conf @@ -1,10 +1,10 @@ [arm] -UNIXPATH = /tmp/test-gnunet-service-arm.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test-gnunet-service-arm.sock DEFAULTSERVICES = psyc [psyc] AUTOSTART = YES BINARY = gnunet-service-psyc -UNIXPATH = /tmp/test-gnunet-service-psyc.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test-gnunet-service-psyc.sock UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES -- cgit v1.2.3