aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster/zonemaster.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-10 11:24:16 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-10 11:24:16 +0200
commit4fe4c850dec0aff53510de7fdd7fce5fa870ae40 (patch)
tree99a36e9a2c43bbce4a90d26eb16d7f68efc81ebe /src/zonemaster/zonemaster.conf.in
parentb3bb9dcb3225fbbd9f04cb8d97f2b876b35104fd (diff)
downloadgnunet-4fe4c850dec0aff53510de7fdd7fce5fa870ae40.tar.gz
gnunet-4fe4c850dec0aff53510de7fdd7fce5fa870ae40.zip
separate zonemaster monitoring functionality from main iterate-and-publish operation
Diffstat (limited to 'src/zonemaster/zonemaster.conf.in')
-rw-r--r--src/zonemaster/zonemaster.conf.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/zonemaster/zonemaster.conf.in b/src/zonemaster/zonemaster.conf.in
index 871eb9c8f..6179b87be 100644
--- a/src/zonemaster/zonemaster.conf.in
+++ b/src/zonemaster/zonemaster.conf.in
@@ -23,3 +23,20 @@ ZONE_PUBLISH_TIME_WINDOW = 4 h
23# USE_CACHE = YES 23# USE_CACHE = YES
24 24
25# PREFIX = valgrind --leak-check=full --track-origins=yes 25# PREFIX = valgrind --leak-check=full --track-origins=yes
26
27
28
29[zonemaster-monitor]
30AUTOSTART = @AUTOSTART@
31FORCESTART = YES
32HOSTNAME = localhost
33BINARY = gnunet-service-zonemaster-monitor
34UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster-monitor.sock
35@JAVAPORT@PORT = 2124
36
37# Do we require users that want to access GNS to run this process
38# (usually not a good idea)
39UNIX_MATCH_UID = NO
40
41# Do we require users that want to access GNS to be in the 'gnunet' group?
42UNIX_MATCH_GID = NO