-more auto share code and config
authorChristian Grothoff <christian@grothoff.org>
Mon, 18 Jun 2012 10:18:10 +0000 (10:18 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 18 Jun 2012 10:18:10 +0000 (10:18 +0000)
src/fs/fs.conf.in
src/fs/gnunet-auto-share.c

index a908b1feb54fa89e0cdc39cca2ad5531940f30d6..2a5131a7ec781e09c144fd1074aa58aa2ce2a3b4 100644 (file)
@@ -31,3 +31,11 @@ EXPECTED_NEIGHBOUR_COUNT = 128
 # Enable monkey?
 PREFIX = @MONKEYPREFIX@
 
+
+[fs-auto-share]
+BINARY = gnunet-auto-share
+CONFIG = $DEFAULTCONFIG
+
+# Note: MUST specify path to auto-share directory and CAN specify other options
+# to gnunet-auto-share here!
+OPTIONS = $SERVICEHOME/fs/share/
index ad3267d9a81591e5cbb35a40e7642146312856a6..ac38c6d94f808adb1ddaa80565a7c7e61405858f 100644 (file)
@@ -24,6 +24,7 @@
  * 
  * TODO:
  * - support loading meta data / keywords from resource file
+ * - add stability timer (a la buildbot)
  */
 #include "platform.h"
 #include "gnunet_util_lib.h"