# never start by default and it is up to the service/module developer to decide
# by having "START_ON_DEMAND = NO" instead of "START_ON_DEMAND = @START_ON_DEMAND@"
# in the service/module's conf.in file.
-# See also FORCESTART for an unconditional immediate start.
+# See also IMMEDIATE_START for an unconditional immediate start.
START_ON_DEMAND="YES"
AC_MSG_CHECKING(whether to start peer's services on demand by default)
AC_ARG_ENABLE([autostart],
# Configuration file that can be included to prevent ANY of the usual
-# FORCESTART = YES to be set. Also disables NSE POW calculation.
+# IMMEDIATE_START = YES to be set. Also disables NSE POW calculation.
#
# This configuration is included from various configuration test files.
-# Whenever a new service is added that has FORCESTART = YES for
+# Whenever a new service is added that has IMMEDIATE_START = YES for
# production should be disabled for (most) test suites, the option should
# be added here instead of all over the place ;-).
[core]
-FORCESTART = NO
+IMMEDIATE_START = NO
[fs]
-FORCESTART = NO
+IMMEDIATE_START = NO
[dht]
-FORCESTART = NO
+IMMEDIATE_START = NO
[cadet]
-FORCESTART = NO
+IMMEDIATE_START = NO
[nse]
-FORCESTART = NO
+IMMEDIATE_START = NO
WORKBITS = 0
[revocation]
-FORCESTART = NO
+IMMEDIATE_START = NO
[topology]
-FORCESTART = NO
+IMMEDIATE_START = NO
[hostlist]
-FORCESTART = NO
+IMMEDIATE_START = NO
[gns]
-FORCESTART = NO
+IMMEDIATE_START = NO
[zonemaster]
-FORCESTART = NO
+IMMEDIATE_START = NO
[zonemaster-monitor]
-FORCESTART = NO
+IMMEDIATE_START = NO
@example
[core]
-FORCESTART = YES
+IMMEDIATE_START = YES
@end example
@noindent
in the configuration file.
Alternatively, having any service that directly or indirectly depends on
-@code{CORE} being started with @code{FORCESTART} will also do.
+@code{CORE} being started with @code{IMMEDIATE_START} will also do.
This issue largely arises if users try to over-optimize by not
-starting any services with @code{FORCESTART}.
+starting any services with @code{IMMEDIATE_START}.
@c ***********************************************************************
@node ATS must want the connections
@item START_ON_DEMAND ARM will listen to UNIX domain socket and/or TCP port of
the service and start the service on-demand.
-@item FORCESTART ARM will always start this service when the peer
+@item IMMEDIATE_START ARM will always start this service when the peer
is started.
@item ACCEPT_FROM IPv4 addresses the service accepts connections from.
@noindent
Assuming that you want certain services (like file-sharing) to be always
automatically started whenever you start GNUnet, you can activate them by
-setting "FORCESTART=YES" in the respective section of the configuration
+setting "IMMEDIATE_START=YES" in the respective section of the configuration
file (for example, "[fs]"). Then GNUnet with file-sharing support would
be started whenever you@ enter:
peers, you should:
@itemize
-@item Set @code{FORCESTART = NO} in section @code{hostlist}
+@item Set @code{IMMEDIATE_START = NO} in section @code{hostlist}
(to not connect to the global GNUnet)
@item Start both peers running @command{gnunet-arm -c peer1.conf -s}
and @command{gnunet-arm -c peer2.conf -s}
[gnunet-auto-share]
OPTIONS = $HOME/gnunet\-share
- FORCESTART = YES # start this service when the peer starts
+ IMMEDIATE_START = YES # start this service when the peer starts
.SH FILES
.TP
It is possible to manage gnunet\-gns\-fcfsd using
gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i
-fcfsd" or by setting "FORCESTART=YES" in the "fcfds" section of your
+fcfsd" or by setting "IMMEDIATE_START=YES" in the "fcfds" section of your
configuration and the "-z ZONE" in as the "OPTION".
An FCFS\-zone is run at http://gnunet.org/fcfs/. GNS users are
This is usually "localhost".
.IP BINARY
The filename that implements the service. For example "gnunet-service-ats".
-.IP FORCESTART
+.IP IMMEDIATE_START
Start the service always when the peer starts. Set to YES for services
that should always be launched, even if no other service explicitly needs
them.
Set to YES to never have ARM bind to the respective socket. This option is
mostly for debugging in situations where ARM cannot pass the pre-bound
socket to the child due to interference from PREFIX-commands.
- This option is only effective in combination with FORCESTART being YES.
+ This option is only effective in combination with IMMEDIATE_START being YES.
NO by default.
.IP PREFIX
PREFIX the given command (with its arguments) to the actual BINARY to be
executed. Useful to run certain services under special supervisors (like
- strace or valgrind). Typically used in combination with FORCESTART and
- NOARMBIND. Empty by default.
+ strace or valgrind). Typically used in combination with IMMEDIATE_START
+ and NOARMBIND. Empty by default.
.IP ACCEPT_FROM
A semi-column separated list of IPv4 addresses that are allowed to use
the service; usually 127.0.0.1.
if (GNUNET_YES ==
GNUNET_CONFIGURATION_get_value_yesno (cfg,
section,
- "FORCESTART"))
+ "IMMEDIATE_START"))
{
sl->force_start = GNUNET_YES;
if (GNUNET_YES ==
[cadet]
-FORCESTART = YES
+IMMEDIATE_START = YES
START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2096
HOSTNAME = localhost
WORKBITS = 0
[hostlist]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[fs]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[vpn]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[revocation]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[gns]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[namestore]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[namecache]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[topology]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
RESOURCE_DIAGNOSTICS = resource.log.${PEERID:-master}
[core]
-FORCESTART = YES
+IMMEDIATE_START = YES
[revocation]
-FORCESTART = NO
+IMMEDIATE_START = NO
[fs]
-FORCESTART = NO
+IMMEDIATE_START = NO
[gns]
-FORCESTART = NO
+IMMEDIATE_START = NO
[zonemaster]
-FORCESTART = NO
+IMMEDIATE_START = NO
[hostlist]
-FORCESTART = NO
+IMMEDIATE_START = NO
[cadet]
#PREFIX = valgrind
WAN_QUOTA_OUT = 104757600
[test-sts]
-FORCESTART = YES
+IMMEDIATE_START = YES
PORT = 9252
HOSTNAME = localhost
BINARY = test_core_api_send_to_self
[dht]
-FORCESTART = YES
+IMMEDIATE_START = YES
START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2095
HOSTNAME = localhost
[dht]
START_ON_DEMAND = YES
-FORCESTART = YES
+IMMEDIATE_START = YES
[dhtcache]
QUOTA = 1 MB
[dht]
START_ON_DEMAND = YES
-FORCESTART = YES
+IMMEDIATE_START = YES
[nse]
START_ON_DEMAND = YES
[dht]
START_ON_DEMAND = YES
-FORCESTART = YES
+IMMEDIATE_START = YES
[nse]
START_ON_DEMAND = YES
[dht]
START_ON_DEMAND = YES
-FORCESTART = YES
+IMMEDIATE_START = YES
[dhtcache]
QUOTA = 1 MB
[dht]
START_ON_DEMAND = YES
-FORCESTART = YES
+IMMEDIATE_START = YES
[nse]
START_ON_DEMAND = YES
[dht]
START_ON_DEMAND = YES
-FORCESTART = YES
+IMMEDIATE_START = YES
[dhtcache]
QUOTA = 1 MB
[dht]
START_ON_DEMAND = YES
-FORCESTART = YES
+IMMEDIATE_START = YES
[nse]
START_ON_DEMAND = YES
[sensor]
START_ON_DEMAND = NO
# Configuration file that can be included to prevent ANY of the usual
-# FORCESTART = YES to be set. Also disables NSE POW calculation.
+# IMMEDIATE_START = YES to be set. Also disables NSE POW calculation.
#
# This configuration is included from various configuration test files.
-# Whenever a new service is added that has FORCESTART = YES for
+# Whenever a new service is added that has IMMEDIATE_START = YES for
# production should be disabled for (most) test suites, the option should
# be added here instead of all over the place ;-).
[core]
-FORCESTART = NO
+IMMEDIATE_START = NO
[fs]
-FORCESTART = NO
+IMMEDIATE_START = NO
[dht]
-FORCESTART = NO
+IMMEDIATE_START = NO
[cadet]
-FORCESTART = NO
+IMMEDIATE_START = NO
[nse]
-FORCESTART = NO
+IMMEDIATE_START = NO
WORKBITS = 0
[revocation]
-FORCESTART = NO
+IMMEDIATE_START = NO
[topology]
-FORCESTART = NO
+IMMEDIATE_START = NO
[hostlist]
-FORCESTART = NO
+IMMEDIATE_START = NO
[gns]
-FORCESTART = NO
+IMMEDIATE_START = NO
[zonemaster]
-FORCESTART = NO
+IMMEDIATE_START = NO
[fs]
START_ON_DEMAND = @START_ON_DEMAND@
-FORCESTART = YES
+IMMEDIATE_START = YES
INDEXDB = $GNUNET_DATA_HOME/fs/idxinfo.lst
RESPECT = $GNUNET_DATA_HOME/fs/credit/
STATE_DIR = $GNUNET_DATA_HOME/fs/persistence/
[gnunet-auto-share]
BINARY = gnunet-auto-share
-FORCESTART = NO
+IMMEDIATE_START = NO
# Note: MUST specify path to auto-share directory and CAN specify other options
# to gnunet-auto-share here!
#PLUGIN = heap
#
[fs]
-FORCESTART = YES
+IMMEDIATE_START = YES
[testbed]
OVERLAY_TOPOLOGY = CLIQUE
[gns]
START_ON_DEMAND = @START_ON_DEMAND@
-FORCESTART = YES
+IMMEDIATE_START = YES
HOSTNAME = localhost
BINARY = gnunet-service-gns
UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock
[hostlist]
-FORCESTART = YES
+IMMEDIATE_START = YES
NOARMBIND = YES
BINARY = gnunet-daemon-hostlist
HOSTLISTFILE = hostlists_peer1.file
OPTIONS = -b -p
SERVERS = http://localhost:22981/
-FORCESTART = YES
+IMMEDIATE_START = YES
[ats]
PORT = 12971
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-ats.sock
[topology]
-FORCESTART = YES
\ No newline at end of file
+IMMEDIATE_START = YES
HOSTLISTFILE = hostlists_peer2.file
OPTIONS = -b -p
SERVERS = http://localhost:12980/
-FORCESTART = YES
+IMMEDIATE_START = YES
[ats]
PORT = 22971
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-ats.sock
[topology]
-FORCESTART = YES
+IMMEDIATE_START = YES
OPTIONS = -p -a
SERVERS = http://localhost:12981/
EXTERNAL_DNS_NAME = localhost
-FORCESTART = YES
+IMMEDIATE_START = YES
[ats]
PORT = 22971
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p2-service-core.sock
[topology]
-FORCESTART = YES
+IMMEDIATE_START = YES
HOSTLISTFILE = hostlists_learn_peer.file
OPTIONS = -b -e
SERVERS = http://localhost:12981/
-FORCESTART = YES
+IMMEDIATE_START = YES
[ats]
PORT = 12971
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p1-service-core.sock
[topology]
-FORCESTART = YES
+IMMEDIATE_START = YES
HOSTLISTFILE = hostlists_learn_peer2.file
OPTIONS = -b -e
SERVERS = http://localhost:12981/
-FORCESTART = YES
+IMMEDIATE_START = YES
[topology]
-FORCESTART = YES
+IMMEDIATE_START = YES
@INLINE@ ../../../contrib/conf/gnunet/no_autostart_above_core.conf
[fs]
-FORCESTART = YES
+IMMEDIATE_START = YES
[datastore]
START_ON_DEMAND = YES
START_ON_DEMAND = YES
[hostlist]
-FORCESTART = YES
+IMMEDIATE_START = YES
[topology]
-FORCESTART = YES
+IMMEDIATE_START = YES
[peerinfo]
USE_INCLUDED_HELLOS = NO
NO_IO = YES
[hostlist]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[nat]
ENABLE_UPNP = NO
[fs]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[vpn]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[revocation]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[gns]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[namestore]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[namecache]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[topology]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
ID_ANNOUNCE_TIME = 5 s
[hostlist]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[nat]
ENABLE_UPNP = NO
[fs]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[vpn]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[revocation]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[gns]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[namestore]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[namecache]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[topology]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[nse]
ID_ANNOUNCE_TIME = 5 s
[hostlist]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[nat]
ENABLE_UPNP = NO
[fs]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[vpn]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[revocation]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[gns]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[namestore]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[namecache]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[topology]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[nse]
[nse]
START_ON_DEMAND = @START_ON_DEMAND@
-FORCESTART = YES
+IMMEDIATE_START = YES
@JAVAPORT@PORT = 2097
HOSTNAME = localhost
BINARY = gnunet-service-nse
STATS_DIR= /home/totakura/nse/test/load
[nse]
-FORCESTART = YES
+IMMEDIATE_START = YES
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
WORKDELAY = 60 s
OPERATION_TIMEOUT = 45 s
[nse]
-FORCESTART = YES
+IMMEDIATE_START = YES
START_ON_DEMAND = NO
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
[nse]
#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
-FORCESTART = YES
+IMMEDIATE_START = YES
PROOFFILE = $GNUNET_TEST_HOME/proof.nse
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
ENABLE_UPNP = NO
[psyc]
-FORCESTART = YES
+IMMEDIATE_START = YES
START_ON_DEMAND = YES
[multicast]
-FORCESTART = YES
+IMMEDIATE_START = YES
START_ON_DEMAND = YES
[psycstore]
-FORCESTART = YES
+IMMEDIATE_START = YES
START_ON_DEMAND = YES
START_USER_SERVICES = NO
[exit]
-FORCESTART = YES
+IMMEDIATE_START = YES
IPV6ADDR = FC5A:04E1:C2BA::1
IPV6PREFIX = 96
IPV4ADDR = 169.254.86.1
[dns]
DNS_EXIT = 8.8.8.8
-FORCESTART = YES
+IMMEDIATE_START = YES
[identity]
START_ON_DEMAND = YES
-FORCESTART = YES
+IMMEDIATE_START = YES
[hostlist]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[zonemaster]
START_ON_DEMAND = YES
-FORCESTART = YES
+IMMEDIATE_START = YES
#[vpn]
#PREFIX = valgrind
# Delays starting of GNS, as we need to first
# setup the identity subsystem properly.
-FORCESTART = NO
+IMMEDIATE_START = NO
[namestore]
START_ON_DEMAND = YES
ALLOW_SHUTDOWN = YES
[exit]
-FORCESTART = YES
+IMMEDIATE_START = YES
EXIT_IPV4 = YES
EXIT_IPV6 = YES
IPV6ADDR = FC5A:04E1:C2BA::1
[hostlist]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[nse]
WORKBITS = 1
[revocation]
START_ON_DEMAND = @START_ON_DEMAND@
-FORCESTART = YES
+IMMEDIATE_START = YES
@JAVAPORT@PORT = 2112
HOSTNAME = localhost
BINARY = gnunet-service-revocation
[revocation]
WORKBITS = 3
-FORCESTART = YES
+IMMEDIATE_START = YES
[identity]
# Directory where we store information about our egos
HOME = $SERVICEHOME
# PORT = 2106
#@UNIXONLY@ PORT = 2087
-FORCESTART = YES
+IMMEDIATE_START = YES
START_ON_DEMAND = NO
NOARMBIND = YES
#OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
#GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
#[statistics]
-#FORCESTART = NO
+#IMMEDIATE_START = NO
#START_ON_DEMAND = NO
[peerinfo]
NO_IO = YES
[hostlist]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[zonemaster]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[namecache]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[namestore]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[topology]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[vpn]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[revocation]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[gns]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
[fs]
-FORCESTART = NO
+IMMEDIATE_START = NO
START_ON_DEMAND = NO
GNUNET_TEST_HOME = $GNUNET_TMP/gnunet-test-social/
[social]
-FORCESTART = YES
+IMMEDIATE_START = YES
[transport]
PLUGINS = tcp
START_ON_DEMAND = NO
PORT = 12114
BINARY = /will/be/overwriten/in/test_testbed_api_barriers/
-FORCESTART = YES
+IMMEDIATE_START = YES
[fs]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[resolver]
HOSTNAME = localhost
[cadet]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[dht]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[dhtcache]
QUOTA = 1 MB
ACCEPT_FROM = 127.0.0.1;
NEIGHBOUR_LIMIT = 50
PORT = 12365
-FORCESTART = YES
+IMMEDIATE_START = YES
[ats]
WAN_QUOTA_OUT = 3932160
[core]
PORT = 12092
START_ON_DEMAND = YES
-FORCESTART = YES
+IMMEDIATE_START = YES
USE_EPHEMERAL_KEYS = NO
[transport-udp]
[dns]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[nse]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[vpn]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[nat]
RETURN_LOCAL_ADDRESSES = YES
-FORCESTART = NO
+IMMEDIATE_START = NO
[gns-helper-service-w32]
START_ON_DEMAND = NO
[consensus]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[gns]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[statistics]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[peerinfo]
NO_IO = YES
[set]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
[revocation]
START_ON_DEMAND = NO
-FORCESTART = NO
+IMMEDIATE_START = NO
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
NEIGHBOUR_LIMIT = 50
-FORCESTART = YES
+IMMEDIATE_START = YES
# Transport requires resolver when connecting to a peer, so enable it
[resolver]
[core]
USE_EPHEMERAL_KEYS = NO
-FORCESTART = YES
+IMMEDIATE_START = YES
[transport-udp]
TIMEOUT = 300 s
[testbed-underlay]
START_ON_DEMAND = NO
DBFILE = /will/be/overwritten/by/testcase
-FORCESTART = YES
+IMMEDIATE_START = YES
[dv]
START_ON_DEMAND = NO
[topology]
-FORCESTART = YES
+IMMEDIATE_START = YES
NOARMBIND = YES
MINIMUM-FRIENDS = 0
FRIENDS-ONLY = NO
[zonemaster]
START_ON_DEMAND = @START_ON_DEMAND@
-FORCESTART = YES
+IMMEDIATE_START = YES
HOSTNAME = localhost
BINARY = gnunet-service-zonemaster
UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster.sock
[zonemaster-monitor]
START_ON_DEMAND = @START_ON_DEMAND@
-FORCESTART = YES
+IMMEDIATE_START = YES
HOSTNAME = localhost
BINARY = gnunet-service-zonemaster-monitor
UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster-monitor.sock