aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-12-06 13:03:03 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-12-06 13:03:03 +0000
commitf553a4098ae625812a9d082aedfc393c212c7d13 (patch)
tree8ec1f4d965bea8d7583164d57d4b792b7abc7558 /src/namestore
parent478fe22c01a4873e528422abfb4a7f390158e40e (diff)
downloadgnunet-f553a4098ae625812a9d082aedfc393c212c7d13.tar.gz
gnunet-f553a4098ae625812a9d082aedfc393c212c7d13.zip
configure option --disable-autostart to disable auto-startup of services by ARM
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
index 6c96b0737..a5fde1a85 100644
--- a/src/namestore/namestore.conf.in
+++ b/src/namestore/namestore.conf.in
@@ -1,5 +1,5 @@
1[namestore] 1[namestore]
2AUTOSTART = YES 2AUTOSTART = @AUTOSTART@
3USER_SERVICE = YES 3USER_SERVICE = YES
4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-namestore.sock 4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-namestore.sock
5UNIX_MATCH_UID = NO 5UNIX_MATCH_UID = NO