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.in21
1 files changed, 19 insertions, 2 deletions
diff --git a/src/zonemaster/zonemaster.conf.in b/src/zonemaster/zonemaster.conf.in
index 871eb9c8f..58cfcb7ce 100644
--- a/src/zonemaster/zonemaster.conf.in
+++ b/src/zonemaster/zonemaster.conf.in
@@ -1,6 +1,6 @@
1[zonemaster] 1[zonemaster]
2AUTOSTART = @AUTOSTART@ 2START_ON_DEMAND = @START_ON_DEMAND@
3FORCESTART = YES 3IMMEDIATE_START = YES
4HOSTNAME = localhost 4HOSTNAME = localhost
5BINARY = gnunet-service-zonemaster 5BINARY = gnunet-service-zonemaster
6UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster.sock 6UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster.sock
@@ -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]
30START_ON_DEMAND = @START_ON_DEMAND@
31IMMEDIATE_START = 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