aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/psyc.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/psyc/psyc.conf.in')
-rw-r--r--src/psyc/psyc.conf.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/psyc/psyc.conf.in b/src/psyc/psyc.conf.in
index 461552698..4a4a96954 100644
--- a/src/psyc/psyc.conf.in
+++ b/src/psyc/psyc.conf.in
@@ -1,8 +1,12 @@
1[psyc] 1[psyc]
2AUTOSTART = @AUTOSTART@ 2AUTOSTART = @AUTOSTART@
3BINARY = gnunet-service-psyc 3BINARY = gnunet-service-psyc
4
4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psyc.sock 5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psyc.sock
5UNIX_MATCH_UID = NO 6UNIX_MATCH_UID = YES
6UNIX_MATCH_GID = YES 7UNIX_MATCH_GID = YES
8
7@UNIXONLY@PORT = 2115 9@UNIXONLY@PORT = 2115
8HOSTNAME = localhost \ No newline at end of file 10HOSTNAME = localhost
11ACCEPT_FROM = 127.0.0.1;
12ACCEPT_FROM6 = ::1;