gnunet-developers
[Top][All Lists]
Advanced

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

Re: [GNUnet-developers] On applications using GNUnet


From: Christian Grothoff
Subject: Re: [GNUnet-developers] On applications using GNUnet
Date: Tue, 6 Aug 2019 15:32:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 8/4/19 4:17 PM, Alessio Vanni wrote:
> Another issue I've met while developing a service is that ARM can't find
> it unless it's installed in the same directory as the default services.
> I'm not sure if there is another way to test services, nor if there is a
> way to let ARM scan other paths.

The main issue you face is that ARM will only look in
share/gnunet/config.d/ for its (default) configuration files. But if you
manage to change the ARM configuration "somehow", you should be able to put

[yourapplication]
BINARY = /the/absolute/path/to/your/application/service

into the configuration, and unless there is a bug, ARM should launch
your service from there.

That said, if you're truly not part of GNUnet, you might want your
service to be launched using the usual OS-specific way for launching
services (i.e. systemd, upstart, sys5init, whatever) instead of using
GNUnet ARM (and then just tell your OS-specific launcher that GNUnet is
a dependency of your service).

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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