aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/test_psyc.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:30:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:30:21 +0000
commit7b29d40b75fd60ce5e0b86694499627dc9c63022 (patch)
treeb33914ae90ad85884f34f44d7fc0483f85661cf5 /src/psyc/test_psyc.conf
parentd0a9f269aa6575253b1c284d594a467e6fdeb7c7 (diff)
downloadgnunet-7b29d40b75fd60ce5e0b86694499627dc9c63022.tar.gz
gnunet-7b29d40b75fd60ce5e0b86694499627dc9c63022.zip
last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by default
Diffstat (limited to 'src/psyc/test_psyc.conf')
-rw-r--r--src/psyc/test_psyc.conf4
1 files changed, 2 insertions, 2 deletions
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 @@
1[arm] 1[arm]
2UNIXPATH = /tmp/test-gnunet-service-arm.sock 2UNIXPATH = $GNUNET_RUNTIME_DIR/test-gnunet-service-arm.sock
3DEFAULTSERVICES = psyc 3DEFAULTSERVICES = psyc
4 4
5[psyc] 5[psyc]
6AUTOSTART = YES 6AUTOSTART = YES
7BINARY = gnunet-service-psyc 7BINARY = gnunet-service-psyc
8UNIXPATH = /tmp/test-gnunet-service-psyc.sock 8UNIXPATH = $GNUNET_RUNTIME_DIR/test-gnunet-service-psyc.sock
9UNIX_MATCH_UID = NO 9UNIX_MATCH_UID = NO
10UNIX_MATCH_GID = YES 10UNIX_MATCH_GID = YES