aboutsummaryrefslogtreecommitdiff
path: root/src/seti/seti.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-18 18:09:58 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-18 18:09:58 +0200
commit4d607f2f2838431cc7a349441f8f018ab99633a2 (patch)
treecf0e41012667b94b893d133c78ffdf0a18a274dd /src/seti/seti.conf.in
parent0c0cbfb5913b87135b51798d8c08cd49951e51f2 (diff)
downloadgnunet-4d607f2f2838431cc7a349441f8f018ab99633a2.tar.gz
gnunet-4d607f2f2838431cc7a349441f8f018ab99633a2.zip
splitting of set intersection functionality from set service (not yet finished, FTBFS)
Diffstat (limited to 'src/seti/seti.conf.in')
-rw-r--r--src/seti/seti.conf.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/seti/seti.conf.in b/src/seti/seti.conf.in
new file mode 100644
index 000000000..e4f7b60b5
--- /dev/null
+++ b/src/seti/seti.conf.in
@@ -0,0 +1,12 @@
1[seti]
2START_ON_DEMAND = @START_ON_DEMAND@
3@UNIXONLY@PORT = 2106
4HOSTNAME = localhost
5BINARY = gnunet-service-seti
6ACCEPT_FROM = 127.0.0.1;
7ACCEPT_FROM6 = ::1;
8UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-seti.sock
9UNIX_MATCH_UID = YES
10UNIX_MATCH_GID = YES
11
12#PREFIX = valgrind