AC_DEFINE_UNQUOTED([ENABLE_MALICIOUS], [$malicious],
[enable compilation of malicious code])
-# should services be started by default when a peer starts? Some services may
-# choose to never start by default and it is upto the service/module developer to
-# decide it by having "AUTOSTART = NO" instead of "AUTOSTART = @AUTOSTART@" in
-# the service/module's conf.in file.
-AUTOSTART="YES"
-AC_MSG_CHECKING(whether to auto-start peer's services by default)
+# should services be started on demand when needed? Some services may choose to
+# 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.
+START_ON_DEMAND="YES"
+AC_MSG_CHECKING(whether to start peer's services on demand by default)
AC_ARG_ENABLE([autostart],
[AS_HELP_STRING([--disable-autostart], [do not start peer's services by default])],
[enable_autostart=${enableval}
if test "x$enable_autostart" == "xno"
then
- AUTOSTART="NO"
+ START_ON_DEMAND="NO"
fi
],
[enable_autostart=yes])
AC_MSG_RESULT($enable_autostart)
-#AM_CONDITIONAL([HAVE_AUTOSTART], [test "x$enable_autostart" = "xyes"])
-AC_SUBST(AUTOSTART)
+#AM_CONDITIONAL([HAVE_START_ON_DEMAND], [test "x$enable_autostart" = "xyes"])
+AC_SUBST(START_ON_DEMAND)
# should memory statistics be kept (very expensive CPU-wise!)
AC_MSG_CHECKING(whether to create expensive statistics on memory use)
# (including resolver)
[dns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[dht]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nse]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[cadet]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[datastore]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[fs]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[dv]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[vpn]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[consensus]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[resolver]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namestore]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namecache]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[identity]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[revocation]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[conversation]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[peerstore]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[psycstore]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[gns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[regex]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[set]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[scalarproduct-bob]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[scalarproduct-alice]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[social]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[psyc]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[rps]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[multicast]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[sensordashboard]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[sensor]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[zonemaster-monitor]
-AUTOSTART = NO
+START_ON_DEMAND = NO
SERVICEHOME = $GNUNET_TMP/nse-profiler/
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 12113
ACCEPT_FROM = 127.0.0.1;192.168.0.0/16;
HOSTNAME = localhost
BINARY = gnunet-service-nse
#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
-AUTOSTART = NO
+START_ON_DEMAND = NO
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
WORKDELAY = 60 s
UNIXPATH = $GNUNET_TMP/test-nse-service-arm.unix
[statistics]
-AUTOSTART = YES
+START_ON_DEMAND = YES
PORT = 12115
[fs]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[datastore]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[dht]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nat]
DISABLEV6 = YES
PORT = 12116
[core]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[peerinfo]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[dns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[topology]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[dv]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[resolver]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[cadet]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[chat]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[gns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[vpn]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nse-profiler]
OUTPUT_FILE = nse_output_2000_peers.dat
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 11999
ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
HOSTNAME = localhost
REGEX_PREFIX = "GNVPN-0001-PAD"
[cadet]
-AUTOSTART = YES
+START_ON_DEMAND = YES
ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
APP_ANNOUNCE_TIME = 240 s
ID_ANNOUNCE_TIME = 120 m
DHT_REPLICATION_LEVEL = 3
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
HOSTNAME = localhost
# Do not allow DHT to create extra connections, beyond those testbed created
IN_MEMORY = YES
[fs]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[resolver]
-AUTOSTART = NO
+START_ON_DEMAND = NO
HOSTNAME = localhost
[transport]
-AUTOSTART = YES
+START_ON_DEMAND = YES
PLUGINS = tcp
ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
ACCEPT_FROM6 = ::1;
WAN_QUOTA_IN = 3932160
[core]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[transport-tcp]
TIMEOUT = 300 s
[statistics]
PORT = 12008
-AUTOSTART = YES
+START_ON_DEMAND = YES
ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
DISABLE = NO
SERVICEHOME = $GNUNET_TMP/perf-regex/
[dns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nse]
-AUTOSTART = YES
+START_ON_DEMAND = YES
# Minimize proof-of-work CPU consumption by NSE
WORKBITS = 1
[vpn]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nat]
# Allow running on systems with only loopback?
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 12113
ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 10.0.0.0/8;
HOSTNAME = localhost
MAX_OPEN_FDS = 512
[fs]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[resolver]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[cadet]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 71
[dht]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 70
DISABLE_TRY_CONNECT = YES
[statistics]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 72
[dhtcache]
[core]
PORT = 12092
-AUTOSTART = YES
+START_ON_DEMAND = YES
USE_EPHEMERAL_KEYS = NO
[arm]
SERVICEHOME = $GNUNET_TMP/test-testbed/
[dns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nse]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[vpn]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nat]
RETURN_LOCAL_ADDRESSES = YES
[gns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[peerinfo]
NO_IO = YES
[consensus]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[dv]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[lockmanager]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 12113
ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
HOSTNAME = localhost
MAX_OPEN_FDS = 512
[fs]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[resolver]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[cadet]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 71
[dht]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 70
DISABLE_TRY_CONNECT = YES
[statistics]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 72
[dhtcache]
[core]
PORT = 12092
-AUTOSTART = YES
+START_ON_DEMAND = YES
USE_EPHEMERAL_KEYS = NO
[arm]
SERVICEHOME = $GNUNET_TMP/test-testbed/
[dns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nse]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[vpn]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nat]
RETURN_LOCAL_ADDRESSES = YES
[gns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[peerinfo]
NO_IO = YES
[consensus]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[dv]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[lockmanager]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 12113
ACCEPT_FROM = 127.0.0.1;10.0.0.0/8;
HOSTNAME = localhost
SETUP_TIMEOUT = 30 m
[fs]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[resolver]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[cadet]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 71
[dht]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 70
DISABLE_TRY_CONNECT = YES
[statistics]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 72
[dhtcache]
[core]
PORT = 12092
-AUTOSTART = YES
+START_ON_DEMAND = YES
USE_EPHEMERAL_KEYS = NO
[arm]
RETURN_LOCAL_ADDRESSES = NO
[peerinfo]
-AUTOSTART = NO
+START_ON_DEMAND = NO
NO_IO = YES
[testing]
@item DEBUG Run in debug mode (much verbosity).
-@item AUTOSTART ARM will listen to UNIX domain socket and/or TCP port of
+@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
Options that impact the operation of ARM overall are in the "[arm]"
-section. ARM is a normal service and has (except for AUTOSTART) all of the
+section. ARM is a normal service and has (except for START_ON_DEMAND) all of the
options that other services do. In addition, ARM has the
following options:
Announcing of the regular expressions is done by the
gnunet-daemon-regexprofiler, therefore you have to make sure it is
-started, by adding it to the AUTOSTART set of ARM:
+started, by adding it to the START_ON_DEMAND set of ARM:
@example
[regexprofiler]
-AUTOSTART = YES
+START_ON_DEMAND = YES
@end example
@noindent
In order to use GNUnet for file-sharing, you first need to make sure
that the file-sharing service is loaded.
-This is done by setting the @code{AUTOSTART} option in
+This is done by setting the @code{START_ON_DEMAND} option in
section @code{[fs]} to "YES". Alternatively, you can run
@example
similar to all the other services
@example
-AUTOSTART = YES
+START_ON_DEMAND = YES
@@UNIXONLY@@ PORT = 2091
HOSTNAME = localhost
HOME = $SERVICEHOME
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.
-.IP AUTOSTART
+.IP START_ON_DEMAND
Set to YES to automatically start the service when it is requested by
another service. YES for most GNUnet services.
.IP NOARMBIND
#~ msgid "Unable to create user account for daemon."
#~ msgstr "Không thể tạo tài khoản người dùng cho trình nền."
-#~ msgid "Unable to setup autostart for daemon."
-#~ msgstr "Không thể thiết lập chức năng tự động khởi chạy cho trình nền."
-
#~ msgid "Save configuration?"
#~ msgstr "Lưu cấu hình không?"
#~ "如果您回答“是”,GNUnet 后台进程将在开机时自动启动。如果您回答“否”,则需要"
#~ "在每次使用 GNUnet 时自己启动它。"
-#~ msgid "Unable to setup autostart for daemon."
-#~ msgstr "无法将守护进程设置为自动启动。"
-
#~ msgid "Save configuration?"
#~ msgstr "保存配置?"
if (GNUNET_YES ==
GNUNET_CONFIGURATION_get_value_yesno (cfg,
service_name,
- "AUTOSTART"))
+ "START_ON_DEMAND"))
LOG (GNUNET_ERROR_TYPE_ERROR,
_("Have neither PORT nor UNIXPATH for service `%s', but one is required\n"),
service_name);
if (GNUNET_YES !=
GNUNET_CONFIGURATION_get_value_yesno (cfg,
section,
- "AUTOSTART"))
+ "START_ON_DEMAND"))
return;
}
if (0 >= (ret = get_server_addresses (section,
#PREFIX = valgrind --tool=memcheck --leak-check=yes
[resolver]
-AUTOSTART = YES
+START_ON_DEMAND = YES
PORT = 23355
# PREFIX = valgrind
[do-nothing]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 2223
HOSTNAME = localhost
BINARY = /will/be/overwritten/by/test_exponential_backoff
ACCEPT_FROM6 = ::1;
[statistics]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[core]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[transport]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[ats]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[peerinfo]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[ats]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@UNIXONLY@ PORT = 2098
HOSTNAME = localhost
BINARY = gnunet-service-ats
[auction]
-AUTOSTART = NO
+START_ON_DEMAND = NO
BINARY = gnunet-service-auction
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-auction.sock
[cadet]
FORCESTART = YES
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2096
HOSTNAME = localhost
BINARY = gnunet-service-cadet
[hostlist]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[fs]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[vpn]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[revocation]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[gns]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namestore]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namecache]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[topology]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[consensus]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2103
HOSTNAME = localhost
BINARY = gnunet-service-consensus
MAX_OPEN_FDS = 4096
[hostlist]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[fs]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[revocation]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nat]
# Use addresses from the local network interfaces (inluding loopback, but also others)
[conversation]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
BINARY = gnunet-service-conversation
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock
HOSTNAME = localhost
[core]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2092
HOSTNAME = localhost
BINARY = gnunet-service-core
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-credential-peer-1/
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[transport]
PLUGINS =
[credential]
-AUTOSTART = YES
+START_ON_DEMAND = YES
PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=$GNUNET_TMP/credlog
[rest]
[gns]
#PREFIX = valgrind --leak-check=full --track-origins=yes
-AUTOSTART = YES
+START_ON_DEMAND = YES
AUTO_IMPORT_PKEY = YES
MAX_PARALLEL_BACKGROUND_QUERIES = 10
DEFAULT_LOOKUP_TIMEOUT = 15 s
[datastore]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-datastore.sock
UNIX_MATCH_UID = NO
UNIX_MATCH_GID = YES
[datastore]
PORT = 22654
QUOTA = 1 MB
-AUTOSTART = YES
+START_ON_DEMAND = YES
[nse]
WORKBITS = 1
[dht]
FORCESTART = YES
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2095
HOSTNAME = localhost
BINARY = gnunet-service-dht
GNUNET_TEST_HOME = $GNUNET_TMP/test_dht_2dtorus/
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
FORCESTART = YES
[dhtcache]
OVERLAY_TOPOLOGY = 2D_TORUS
[nse]
-AUTOSTART = YES
+START_ON_DEMAND = YES
WORKDELAY = 500 ms
INTERVAL = 60 s
WORKBITS = 0
EXTERNAL_ADDRESS = 127.0.0.1
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
FORCESTART = YES
[nse]
-AUTOSTART = YES
+START_ON_DEMAND = YES
WORKBITS = 1
USE_LOCALADDR = NO
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
FORCESTART = YES
[nse]
-AUTOSTART = YES
+START_ON_DEMAND = YES
WORKBITS = 1
GNUNET_TEST_HOME = $GNUNET_TMP/test_dht_line/
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
FORCESTART = YES
[dhtcache]
plugins = unix
[nse]
-AUTOSTART = YES
+START_ON_DEMAND = YES
WORKDELAY = 500 ms
INTERVAL = 60 s
WORKBITS = 0
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
FORCESTART = YES
[nse]
-AUTOSTART = YES
+START_ON_DEMAND = YES
WORKBITS = 1
@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
FORCESTART = YES
[dhtcache]
USE_LOCALADDR = YES
[nse]
-AUTOSTART = YES
+START_ON_DEMAND = YES
WORKDELAY = 500 ms
INTERVAL = 60 s
WORKBITS = 0
USE_LOCALADDR = NO
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
FORCESTART = YES
[nse]
-AUTOSTART = YES
+START_ON_DEMAND = YES
WORKBITS = 1
# Configuration to disable autostarting of
# all services above the 'core' level.
# (including resolver)
[dns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[cadet]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[datastore]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[fs]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[dv]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[vpn]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[consensus]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[resolver]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namestore]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namecache]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[identity]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[revocation]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[conversation]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[peerstore]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[psycstore]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[gns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[regex]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[set]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[scalarproduct-bob]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[scalarproduct-alice]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[social]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[psyc]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[rps]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[multicast]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[sensordashboard]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[sensor]
-AUTOSTART = NO
+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.
#
FORCESTART = NO
[zonemaster]
-FORCESTART = NO
\ No newline at end of file
+FORCESTART = NO
[dns]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
HOSTNAME = localhost
BINARY = gnunet-service-dns
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-dns.sock
[dv]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-dv
#PREFIX = valgrind --leak-check=full --track-fds=yes --leak-resolution=high
[dv]
-AUTOSTART = YES
+START_ON_DEMAND = YES
# PREFIX = valgrind --leak-check=full --track-fds=yes --leak-resolution=high
[set]
-AUTOSTART = YES
+START_ON_DEMAND = YES
# PREFIX = valgrind --leak-check=full --track-fds=yes --leak-resolution=high
[core]
[nse]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[fs]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
FORCESTART = YES
INDEXDB = $GNUNET_DATA_HOME/fs/idxinfo.lst
RESPECT = $GNUNET_DATA_HOME/fs/credit/
[gns-helper-service-w32]
-AUTOSTART = YES
+START_ON_DEMAND = YES
BINARY = gnunet-gns-helper-service-w32
PORT = 5353
[gns]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
FORCESTART = YES
HOSTNAME = localhost
BINARY = gnunet-service-gns
[gns-proxy]
BINARY = gnunet-gns-proxy
-AUTOSTART = NO
+START_ON_DEMAND = NO
RUN_PER_USER = YES
# Where is the certificate for the GNS proxy stored?
[dns2gns]
BINARY = gnunet-dns2gns
-AUTOSTART = NO
+START_ON_DEMAND = NO
RUN_PER_USER = YES
# -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-gns-peer-1/
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[transport]
PLUGINS =
[gns]
# PREFIX = valgrind --leak-check=full --track-origins=yes
-AUTOSTART = YES
+START_ON_DEMAND = YES
AUTO_IMPORT_PKEY = YES
MAX_PARALLEL_BACKGROUND_QUERIES = 10
DEFAULT_LOOKUP_TIMEOUT = 15 s
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-gns-peer-1/
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[transport]
PLUGINS =
[gns]
#PREFIX = valgrind --leak-check=full --track-origins=yes
-AUTOSTART = YES
+START_ON_DEMAND = YES
AUTO_IMPORT_PKEY = YES
MAX_PARALLEL_BACKGROUND_QUERIES = 10
DEFAULT_LOOKUP_TIMEOUT = 15 s
HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
[gns]
-AUTOSTART = YES
+START_ON_DEMAND = YES
ZONEKEY = $GNUNET_TEST_HOME/.zonekey
HIJACK_DNS = YES
PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
[namestore]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[dns]
PROVIDE_EXIT = NO
@INLINE@ test_gns_defaults.conf
[fs]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[resolver]
-AUTOSTART = YES
+START_ON_DEMAND = YES
HOSTNAME = localhost
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
HOSTNAME = localhost
USE_LOCALADDR = NO
[dns]
-AUTOSTART = YES
+START_ON_DEMAND = YES
DNS_EXIT = 8.8.8.8
[gns]
#PREFIX = valgrind --leak-check=full --track-origins=yes
-AUTOSTART = YES
+START_ON_DEMAND = YES
BINARY = gnunet-service-gns
ZONEKEY = zonefiles/test_zonekey
PRIVATE_ZONE = private
RECORD_PUT_INTERVAL = 1 h
[nse]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[statistics]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namestore]
PORT = 22371
-AUTOSTART = YES
+START_ON_DEMAND = YES
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-namestore-default.sock
UNIX_MATCH_UID = YES
UNIX_MATCH_GID = YES
[identity-provider]
-AUTOSTART = NO
+START_ON_DEMAND = NO
RUN_PER_USER = YES
#PORT = 2108
HOSTNAME = localhost
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-idp-peer-1/
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[rest]
-AUTOSTART = YES
+START_ON_DEMAND = YES
PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=$GNUNET_TMP/restlog
[transport]
PLUGINS =
[identity-provider]
-AUTOSTART = YES
+START_ON_DEMAND = YES
#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --log-file=$GNUNET_TMP/idplog
[gns]
#PREFIX = valgrind --leak-check=full --track-origins=yes
-AUTOSTART = YES
+START_ON_DEMAND = YES
AUTO_IMPORT_PKEY = YES
MAX_PARALLEL_BACKGROUND_QUERIES = 10
DEFAULT_LOOKUP_TIMEOUT = 15 s
[identity]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
RUN_PER_USER = YES
@JAVAPORT@PORT = 2108
HOSTNAME = localhost
PORT = 20022
[namestore]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[dns]
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-19
[consensus]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[core]
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-17
PORT = 20022
[namestore]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[dns]
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-19
[consensus]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[lockmanager]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[core]
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-17
FORCESTART = YES
[datastore]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[nse]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[cadet]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[hostlist]
FORCESTART = YES
[multicast]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
BINARY = gnunet-service-multicast
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
[vpn]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[peerinfo]
# Do not use shipped gnunet HELLOs
[hostlist]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nat]
ENABLE_UPNP = NO
[fs]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[vpn]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[revocation]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[gns]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namestore]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namecache]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[topology]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
[vpn]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[peerinfo]
# Do not use shipped gnunet HELLOs
[hostlist]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nat]
ENABLE_UPNP = NO
[fs]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[vpn]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[revocation]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[gns]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namestore]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namecache]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[topology]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nse]
WORKBITS = 0
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
[vpn]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[peerinfo]
# Do not use shipped gnunet HELLOs
[hostlist]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nat]
ENABLE_UPNP = NO
[fs]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[vpn]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[revocation]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[gns]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namestore]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namecache]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[topology]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nse]
WORKBITS = 0
[namecache]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
RUN_PER_USER = NO
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-namecache.sock
UNIX_MATCH_UID = NO
[namestore]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
RUN_PER_USER = YES
UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-namestore.sock
UNIX_MATCH_UID = NO
[fcfsd]
# Name of the fcfs registration service binary (for ARM)
BINARY = gnunet-namestore-fcfsd
-AUTOSTART = NO
+START_ON_DEMAND = NO
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fcfsd.sock
# On what port does the FCFS daemon listen for HTTP clients?
[namestore]
DATABASE = sqlite
-AUTOSTART = YES
+START_ON_DEMAND = YES
[namecache]
DATABASE = sqlite
-AUTOSTART = YES
+START_ON_DEMAND = YES
[identity]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[nse]
WORKBITS = 0
[nat-auto]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@UNIXONLY@ PORT = 2124
HOSTNAME = localhost
BINARY = gnunet-service-nat-auto
[nat]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@UNIXONLY@ PORT = 2121
HOSTNAME = localhost
BINARY = gnunet-service-nat
[nse]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nse]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
FORCESTART = YES
@JAVAPORT@PORT = 2097
HOSTNAME = localhost
GNUNET_TEST_HOME = $GNUNET_TMP/nse-profiler/
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
ORT = 12113
ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16; 192.168.0.0/16;
HOSTNAME = localhost
GNUNET_TEST_HOME = $GNUNET_TMP/nse-profiler/
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 12113
ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16;
HOSTNAME = localhost
[nse]
FORCESTART = YES
-AUTOSTART = NO
+START_ON_DEMAND = NO
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
WORKDELAY = 60 s
[peerinfo]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2090
HOSTNAME = localhost
BINARY = gnunet-service-peerinfo
PORT = 22354
[dns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nse]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[peerstore]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2110
HOSTNAME = localhost
BINARY = gnunet-service-peerstore
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-peerstore
[peerstore]
-AUTOSTART = YES
+START_ON_DEMAND = YES
BINARY = gnunet-service-peerstore
UNIXPATH = $GNUNET_TMP/gnunet-service-peerstore.sock
HOME = $SERVICEHOME
[psyc]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
BINARY = gnunet-service-psyc
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psyc.sock
[psyc]
FORCESTART = YES
-AUTOSTART = YES
+START_ON_DEMAND = YES
[multicast]
FORCESTART = YES
-AUTOSTART = YES
+START_ON_DEMAND = YES
[psycstore]
FORCESTART = YES
-AUTOSTART = YES
+START_ON_DEMAND = YES
[psycstore]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
BINARY = gnunet-service-psycstore
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psycstore.sock
FORCESTART = YES
[identity]
-AUTOSTART = YES
+START_ON_DEMAND = YES
FORCESTART = YES
[hostlist]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[zonemaster]
-AUTOSTART = YES
+START_ON_DEMAND = YES
FORCESTART = YES
#[vpn]
TTL = 3600000
[gns]
-AUTOSTART = YES
+START_ON_DEMAND = YES
ZONEKEY = $GNUNET_TEST_HOME/.zonekey
# Delays starting of GNS, as we need to first
FORCESTART = NO
[namestore]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[nat]
USE_LOCALADDR = YES
EXIT_IFNAME = eth1
[hostlist]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[nse]
[gns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[nat]
USE_LOCALADDR = YES
RETURN_LOCAL_ADDRESSES = YES
[consensus]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[regex]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@UNIXONLY@ PORT = 2107
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-regex.sock
HOSTNAME = localhost
WAN_QUOTA_OUT = 1 GB
[dht]
-AUTOSTART = YES
+START_ON_DEMAND = YES
PORT = 12370
[regex]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[transport]
plugins = tcp
[revocation]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
FORCESTART = YES
@JAVAPORT@PORT = 2112
HOSTNAME = localhost
[rps]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
BINARY = gnunet-service-rps
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-rps.sock
HOME = $SERVICEHOME
# PORT = 2106
#@UNIXONLY@ PORT = 2087
FORCESTART = YES
-AUTOSTART = NO
+START_ON_DEMAND = NO
NOARMBIND = YES
#OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
#[statistics]
#FORCESTART = NO
-#AUTOSTART = NO
+#START_ON_DEMAND = NO
[peerinfo]
NO_IO = YES
[hostlist]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[zonemaster]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namecache]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[namestore]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[topology]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[vpn]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[revocation]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[gns]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[fs]
FORCESTART = NO
-AUTOSTART = NO
+START_ON_DEMAND = NO
[scalarproduct-alice]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
BINARY = gnunet-service-scalarproduct-ecc-alice
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-scalarproduct-alice.sock
@UNIXONLY@ PORT = 2117
[scalarproduct-bob]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
HOSTNAME = localhost
BINARY = gnunet-service-scalarproduct-ecc-bob
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-scalarproduct-bob.sock
[secretsharing]
-AUTOSTART = NO
+START_ON_DEMAND = NO
@JAVAPORT@PORT = 2114
HOSTNAME = localhost
BINARY = gnunet-service-secretsharing
[secretsharing]
-AUTOSTART = YES
+START_ON_DEMAND = YES
#PREFIX = valgrind --leak-check=full
OPTIONS = -LINFO
[consensus]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[transport]
OPTIONS = -LERROR
[set]
OPTIONS = -L INFO
-AUTOSTART = YES
+START_ON_DEMAND = YES
#PREFIX = valgrind --leak-check=full
[testbed]
RETURN_LOCAL_ADDRESSES = YES
[nse]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[set]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@UNIXONLY@PORT = 2106
HOSTNAME = localhost
BINARY = gnunet-service-set
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-set/
[set]
-AUTOSTART = YES
+START_ON_DEMAND = YES
#PREFIX = valgrind --leak-check=full
#PREFIX = gdbserver :1234
OPTIONS = -L INFO
[social]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
BINARY = gnunet-service-social
RUN_PER_USER = YES
[statistics]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2088
HOSTNAME = localhost
BINARY = gnunet-service-statistics
[template]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 9999
HOSTNAME = localhost
BINARY = gnunet-service-template
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
@JAVAPORT@ PORT = 2101
HOSTNAME = localhost
BINARY = gnunet-service-testbed
[testbed-logger]
-AUTOSTART = NO
+START_ON_DEMAND = NO
@UNIXONLY@ PORT = 2102
HOSTNAME = localhost
BINARY = gnunet-service-testbed-logger
[testbed-barrier]
-AUTOSTART = NO
+START_ON_DEMAND = NO
@UNIXONLY@ PORT = 2103
HOSTNAME = localhost
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-testbed-barrier.sock
# This section is related to configuring underlay restrictions to simulate
# connectivity restrictions of NAT boxes
[testbed-underlay]
-AUTOSTART = NO
+START_ON_DEMAND = NO
NOARMBIND = YES
BINARY = gnunet-daemon-testbed-underlay
# The sqlite3 database file containing information about what underlay
# DBFILE =
[latency-logger]
-AUTOSTART = NO
+START_ON_DEMAND = NO
NOARMBIND = YES
BINARY = gnunet-daemon-latency-logger
# The sqlite3 database file where the latency values are to be stored
-# DBFILE =
\ No newline at end of file
+# DBFILE =
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 12113
ACCEPT_FROM = 127.0.0.1;
HOSTNAME = localhost
PORT = 12366
[test-barriers]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 12114
BINARY = /will/be/overwriten/in/test_testbed_api_barriers/
FORCESTART = YES
[fs]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[resolver]
HOSTNAME = localhost
-AUTOSTART = NO
+START_ON_DEMAND = NO
[cadet]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[dht]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[dhtcache]
[core]
PORT = 12092
-AUTOSTART = YES
+START_ON_DEMAND = YES
FORCESTART = YES
USE_EPHEMERAL_KEYS = NO
GNUNET_TEST_HOME = $GNUNET_TMP/test-testbed/
[dns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[nse]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[vpn]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[nat]
FORCESTART = NO
[gns-helper-service-w32]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[consensus]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[gns]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[statistics]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[peerinfo]
NO_IO = YES
[set]
-AUTOSTART = NO
+START_ON_DEMAND = NO
FORCESTART = NO
[revocation]
-AUTOSTART = NO
-FORCESTART = NO
\ No newline at end of file
+START_ON_DEMAND = NO
+FORCESTART = NO
MAX_PARALLEL_SERVICE_CONNECTIONS = 2
[statistics]
-AUTOSTART = YES
+START_ON_DEMAND = YES
PORT = 30
@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
PORT = 12113
ACCEPT_FROM = 127.0.0.1;
HOSTNAME = localhost
# Transport requires resolver when connecting to a peer, so enable it
[resolver]
-AUTOSTART = YES
+START_ON_DEMAND = YES
[ats]
WAN_QUOTA_OUT = 3932160
OPERATION_TIMEOUT = 5 s
[testbed-underlay]
-AUTOSTART = NO
+START_ON_DEMAND = NO
DBFILE = /will/be/overwritten/by/testcase
FORCESTART = YES
[dv]
-AUTOSTART = NO
+START_ON_DEMAND = NO
[testbed]
-AUTOSTART = NO
+START_ON_DEMAND = NO
@JAVAPORT@ PORT = 2101
HOSTNAME = localhost
BINARY = gnunet-service-testbed
[testbed-barrier]
-AUTOSTART = NO
+START_ON_DEMAND = NO
@UNIXONLY@ PORT = 2103
HOSTNAME = localhost
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-testbed-barrier.sock
# This section is related to configuring underlay restrictions to simulate
# connectivity restrictions of NAT boxes
[testbed-underlay]
-AUTOSTART = NO
+START_ON_DEMAND = NO
NOARMBIND = YES
BINARY = gnunet-daemon-testbed-underlay
# The sqlite3 database file containing information about what underlay
# DBFILE =
[latency-logger]
-AUTOSTART = NO
+START_ON_DEMAND = NO
NOARMBIND = YES
BINARY = gnunet-daemon-latency-logger
# The sqlite3 database file where the latency values are to be stored
-# DBFILE =
\ No newline at end of file
+# DBFILE =
[transport]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2091
HOSTNAME = localhost
BINARY = gnunet-service-transport
[resolver]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2089
HOSTNAME = localhost
BINARY = gnunet-service-resolver
[vpn]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
@UNIXONLY@ PORT = 2105
HOSTNAME = localhost
BINARY = gnunet-service-vpn
[zonemaster]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
FORCESTART = YES
HOSTNAME = localhost
BINARY = gnunet-service-zonemaster
[zonemaster-monitor]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
FORCESTART = YES
HOSTNAME = localhost
BINARY = gnunet-service-zonemaster-monitor