gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-nim] branch master updated: use the bundled gnunet.


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] branch master updated: use the bundled gnunet.conf
Date: Sat, 28 Jul 2018 11:15:48 +0200

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet-nim.

The following commit(s) were added to refs/heads/master by this push:
     new 07f5867  use the bundled gnunet.conf
07f5867 is described below

commit 07f586795cc37eaf7bc960ea45ffe36d5e68e43a
Author: lurchi <address@hidden>
AuthorDate: Sat Jul 28 11:13:43 2018 +0200

    use the bundled gnunet.conf
---
 gnunet.conf    | 2 +-
 gnunet_nim.nim | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnunet.conf b/gnunet.conf
index d6360bd..21edfa7 100644
--- a/gnunet.conf
+++ b/gnunet.conf
@@ -1,4 +1,4 @@
 [arm]
-START_SYSTEM_SERVICES = NO
+START_SYSTEM_SERVICES = YES
 START_USER_SERVICES = YES
 
diff --git a/gnunet_nim.nim b/gnunet_nim.nim
index 9768dd6..c9b0e14 100644
--- a/gnunet_nim.nim
+++ b/gnunet_nim.nim
@@ -8,7 +8,7 @@ proc firstTask(gnunetApp: ref GnunetApplication) {.async.} =
   echo "hello"
 
 proc main() =
-  var gnunetApp = initGnunetApplication("~/.gnunet/gnunet.conf")
+  var gnunetApp = initGnunetApplication("gnunet.conf")
   asyncCheck firstTask(gnunetApp)
   try:
     while true:

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]