aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/test_psyc.conf
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-01-06 00:09:43 +0000
committerGabor X Toth <*@tg-x.net>2014-01-06 00:09:43 +0000
commit1a0ffe2288b97b47a5b2bfbda2f9438680429422 (patch)
tree72db4cd67f06253a60bf3e2966fd0b1bf55eba5c /src/psyc/test_psyc.conf
parent43d497d7c4ebb6efae37ae4bb2f812a68aa64a32 (diff)
downloadgnunet-1a0ffe2288b97b47a5b2bfbda2f9438680429422.tar.gz
gnunet-1a0ffe2288b97b47a5b2bfbda2f9438680429422.zip
psyc: ipc messages, notify callback for modifiers, tests
Diffstat (limited to 'src/psyc/test_psyc.conf')
-rw-r--r--src/psyc/test_psyc.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/psyc/test_psyc.conf b/src/psyc/test_psyc.conf
index 1e646239a..7a1eb8404 100644
--- a/src/psyc/test_psyc.conf
+++ b/src/psyc/test_psyc.conf
@@ -8,3 +8,10 @@ BINARY = gnunet-service-psyc
8UNIXPATH = $GNUNET_RUNTIME_DIR/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
11
12[psycstore]
13AUTOSTART = YES
14BINARY = gnunet-service-psycstore
15UNIXPATH = $GNUNET_RUNTIME_DIR/test-gnunet-service-psycstore.sock
16UNIX_MATCH_UID = NO
17UNIX_MATCH_GID = YES