aboutsummaryrefslogtreecommitdiff
path: root/src/social/social.conf.in
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
committerGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
commitcfeccc1b56def35ac586ac2c09ac70b523b59ef5 (patch)
treee0cb2abc1ce4c11514c29eb5c0c067443b3a6fbd /src/social/social.conf.in
parent10f2f102658f935148475d5aa2b29afd8a4e85c2 (diff)
downloadgnunet-cfeccc1b56def35ac586ac2c09ac70b523b59ef5.tar.gz
gnunet-cfeccc1b56def35ac586ac2c09ac70b523b59ef5.zip
add social service
Diffstat (limited to 'src/social/social.conf.in')
-rw-r--r--src/social/social.conf.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/social/social.conf.in b/src/social/social.conf.in
new file mode 100644
index 000000000..e52318bc3
--- /dev/null
+++ b/src/social/social.conf.in
@@ -0,0 +1,12 @@
1[social]
2AUTOSTART = @AUTOSTART@
3BINARY = gnunet-service-social
4
5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-social.sock
6UNIX_MATCH_UID = YES
7UNIX_MATCH_GID = YES
8
9@UNIXONLY@PORT = 2116
10HOSTNAME = localhost
11ACCEPT_FROM = 127.0.0.1;
12ACCEPT_FROM6 = ::1;