aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
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/datastore
parent8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff)
downloadgnunet-c293f84ea192f361baf720a3979589c0e0881abc.tar.gz
gnunet-c293f84ea192f361baf720a3979589c0e0881abc.zip
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore.conf.in2
-rw-r--r--src/datastore/test_defaults.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/datastore.conf.in b/src/datastore/datastore.conf.in
index 721c865c8..21d24bb52 100644
--- a/src/datastore/datastore.conf.in
+++ b/src/datastore/datastore.conf.in
@@ -1,5 +1,5 @@
1[datastore] 1[datastore]
2AUTOSTART = @AUTOSTART@ 2START_ON_DEMAND = @START_ON_DEMAND@
3UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-datastore.sock 3UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-datastore.sock
4UNIX_MATCH_UID = NO 4UNIX_MATCH_UID = NO
5UNIX_MATCH_GID = YES 5UNIX_MATCH_GID = YES
diff --git a/src/datastore/test_defaults.conf b/src/datastore/test_defaults.conf
index 08e630eb0..1f971de8f 100644
--- a/src/datastore/test_defaults.conf
+++ b/src/datastore/test_defaults.conf
@@ -4,7 +4,7 @@
4[datastore] 4[datastore]
5PORT = 22654 5PORT = 22654
6QUOTA = 1 MB 6QUOTA = 1 MB
7AUTOSTART = YES 7START_ON_DEMAND = YES
8 8
9[nse] 9[nse]
10WORKBITS = 1 10WORKBITS = 1