From c293f84ea192f361baf720a3979589c0e0881abc Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Sat, 23 Jun 2018 13:30:04 +0000 Subject: AUTOSTART renamed into START_ON_DEMAND (#4547a) --- src/namestore/namestore.conf.in | 4 ++-- src/namestore/test_namestore_api.conf | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/namestore') diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in index 94e158609..eb95f95be 100644 --- a/src/namestore/namestore.conf.in +++ b/src/namestore/namestore.conf.in @@ -1,5 +1,5 @@ [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 @@ -42,7 +42,7 @@ gns = gnunet-namestore [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? diff --git a/src/namestore/test_namestore_api.conf b/src/namestore/test_namestore_api.conf index 5e96eab7c..3e75c2ded 100644 --- a/src/namestore/test_namestore_api.conf +++ b/src/namestore/test_namestore_api.conf @@ -6,14 +6,14 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-namestore/ [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 -- cgit v1.2.3