aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster/zonemaster.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/zonemaster/zonemaster.conf.in')
-rw-r--r--src/zonemaster/zonemaster.conf.in44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/zonemaster/zonemaster.conf.in b/src/zonemaster/zonemaster.conf.in
deleted file mode 100644
index 315388417..000000000
--- a/src/zonemaster/zonemaster.conf.in
+++ /dev/null
@@ -1,44 +0,0 @@
1[zonemaster]
2START_ON_DEMAND = @START_ON_DEMAND@
3RUN_PER_USER = YES
4IMMEDIATE_START = YES
5HOSTNAME = localhost
6BINARY = gnunet-service-zonemaster
7UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster.sock
8@JAVAPORT@PORT = 2123
9
10# Do we require users that want to access GNS to run this process
11# (usually not a good idea)
12UNIX_MATCH_UID = NO
13
14# Do we require users that want to access GNS to be in the 'gnunet' group?
15UNIX_MATCH_GID = NO
16
17# How many queries is GNS allowed to perform in the background at the same time?
18MAX_PARALLEL_BACKGROUND_QUERIES = 1000
19
20# How frequently do we try to publish our full zone?
21ZONE_PUBLISH_TIME_WINDOW = 4 h
22
23# Using caching or always ask DHT
24# USE_CACHE = YES
25
26# PREFIX = valgrind --leak-check=full --track-origins=yes
27
28
29
30[zonemaster-monitor]
31START_ON_DEMAND = @START_ON_DEMAND@
32RUN_PER_USER = YES
33IMMEDIATE_START = YES
34HOSTNAME = localhost
35BINARY = gnunet-service-zonemaster-monitor
36UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster-monitor.sock
37@JAVAPORT@PORT = 2124
38
39# Do we require users that want to access GNS to run this process
40# (usually not a good idea)
41UNIX_MATCH_UID = NO
42
43# Do we require users that want to access GNS to be in the 'gnunet' group?
44UNIX_MATCH_GID = NO