aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
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
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')
-rw-r--r--src/psyc/psyc.conf.in2
-rw-r--r--src/psyc/test_psyc.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/psyc/psyc.conf.in b/src/psyc/psyc.conf.in
index 7dfeb0d97..d1f5abe6d 100644
--- a/src/psyc/psyc.conf.in
+++ b/src/psyc/psyc.conf.in
@@ -1,6 +1,6 @@
1[psyc] 1[psyc]
2AUTOSTART = YES 2AUTOSTART = YES
3BINARY = gnunet-service-psyc 3BINARY = gnunet-service-psyc
4UNIXPATH = /tmp/gnunet-service-psyc.sock 4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psyc.sock
5UNIX_MATCH_UID = NO 5UNIX_MATCH_UID = NO
6UNIX_MATCH_GID = YES 6UNIX_MATCH_GID = YES
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