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

_______________________________________________
GNUnet-developers mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnunet-developers

Reply via email to