aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:05:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:05:42 +0000
commit2032baa561c7fefbe2605f5d6b979a295a61637d (patch)
tree2c2a2f1c92940a51ccb565c8fdc1b381a68d8bb4 /src/psyc
parent0f6f7fdb0ee4172951f8cb1431d2e457a4b83716 (diff)
downloadgnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.tar.gz
gnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.zip
migrating towards XDG configuration specification (#3000)
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/psyc.conf.in1
-rw-r--r--src/psyc/test_psyc.conf1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/psyc/psyc.conf.in b/src/psyc/psyc.conf.in
index 5a1eebf61..7dfeb0d97 100644
--- a/src/psyc/psyc.conf.in
+++ b/src/psyc/psyc.conf.in
@@ -1,6 +1,5 @@
1[psyc] 1[psyc]
2AUTOSTART = YES 2AUTOSTART = YES
3HOME = $SERVICEHOME
4BINARY = gnunet-service-psyc 3BINARY = gnunet-service-psyc
5UNIXPATH = /tmp/gnunet-service-psyc.sock 4UNIXPATH = /tmp/gnunet-service-psyc.sock
6UNIX_MATCH_UID = NO 5UNIX_MATCH_UID = NO
diff --git a/src/psyc/test_psyc.conf b/src/psyc/test_psyc.conf
index b5d3fd3fc..da2dde680 100644
--- a/src/psyc/test_psyc.conf
+++ b/src/psyc/test_psyc.conf
@@ -4,7 +4,6 @@ DEFAULTSERVICES = psyc
4 4
5[psyc] 5[psyc]
6AUTOSTART = YES 6AUTOSTART = YES
7HOME = $SERVICEHOME
8BINARY = gnunet-service-psyc 7BINARY = gnunet-service-psyc
9UNIXPATH = /tmp/test-gnunet-service-psyc.sock 8UNIXPATH = /tmp/test-gnunet-service-psyc.sock
10UNIX_MATCH_UID = NO 9UNIX_MATCH_UID = NO