aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:04 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commitc293f84ea192f361baf720a3979589c0e0881abc (patch)
treeb936a8a074e0b4c4516746cf9ffb2ef77f6ed313 /src/namestore
parent8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff)
downloadgnunet-c293f84ea192f361baf720a3979589c0e0881abc.tar.gz
gnunet-c293f84ea192f361baf720a3979589c0e0881abc.zip
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore.conf.in4
-rw-r--r--src/namestore/test_namestore_api.conf6
2 files changed, 5 insertions, 5 deletions
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 @@
1[namestore] 1[namestore]
2AUTOSTART = @AUTOSTART@ 2START_ON_DEMAND = @START_ON_DEMAND@
3RUN_PER_USER = YES 3RUN_PER_USER = YES
4UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-namestore.sock 4UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-namestore.sock
5UNIX_MATCH_UID = NO 5UNIX_MATCH_UID = NO
@@ -42,7 +42,7 @@ gns = gnunet-namestore
42[fcfsd] 42[fcfsd]
43# Name of the fcfs registration service binary (for ARM) 43# Name of the fcfs registration service binary (for ARM)
44BINARY = gnunet-namestore-fcfsd 44BINARY = gnunet-namestore-fcfsd
45AUTOSTART = NO 45START_ON_DEMAND = NO
46UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fcfsd.sock 46UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fcfsd.sock
47 47
48# On what port does the FCFS daemon listen for HTTP clients? 48# 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/
6 6
7[namestore] 7[namestore]
8DATABASE = sqlite 8DATABASE = sqlite
9AUTOSTART = YES 9START_ON_DEMAND = YES
10 10
11[namecache] 11[namecache]
12DATABASE = sqlite 12DATABASE = sqlite
13AUTOSTART = YES 13START_ON_DEMAND = YES
14 14
15[identity] 15[identity]
16AUTOSTART = YES 16START_ON_DEMAND = YES
17 17
18[nse] 18[nse]
19WORKBITS = 0 19WORKBITS = 0