2
0

arm.conf.in 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [arm]
  2. @UNIXONLY@ PORT = 2087
  3. HOSTNAME = localhost
  4. BINARY = gnunet-service-arm
  5. ACCEPT_FROM = 127.0.0.1;
  6. ACCEPT_FROM6 = ::1;
  7. # Special case, uses user runtime dir even for per-system service.
  8. UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
  9. UNIX_MATCH_UID = YES
  10. UNIX_MATCH_GID = YES
  11. # In the "-l" option, format characters from 'strftime' are allowed;
  12. # In the GLOBAL_POSTFIX, "{}" stands for the name of the respective
  13. # service. Thus the following option would introduce per-service
  14. # logging with a new log file each day. Note that only the last 3
  15. # log files are preserved.
  16. # GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log
  17. GLOBAL_PREFIX =
  18. # By default, when launching GNUnet via gnunet-arm, log
  19. # everything to a simple flat log file.
  20. OPTIONS = -l $GNUNET_CACHE_HOME/gnunet-%Y-%m-%d.log
  21. # If set to YES, ARM will only start services that are marked as
  22. # system-level services (and we'll expect a second ARM to be
  23. # run per-user to run user-level services). Note that in this
  24. # case you must have manually created a different configuration
  25. # file with the user where at least this and the START_USER_SERVICES
  26. # options differ.
  27. # START_SYSTEM_SERVICES = YES
  28. # If set to YES, ARM will only start services that are marked as
  29. # per-user services (and we'll expect a system user to run ARM to
  30. # provide system-level services). Per-user services enable
  31. # better personalization and priviledge separation and in particular
  32. # ensures that personal data is stored under $HOME, which might
  33. # be important in a multi-user system (or if $HOME is encrypted
  34. # and /var/ is not).
  35. #
  36. # Note that if you have different ARM services for SYSTEM and USER,
  37. # and you are not on UNIX, you need to change the PORT option for the
  38. # USER ARM instances to some free port (counting down from 2085 should
  39. # be sane).
  40. #
  41. # START_USER_SERVICES = YES
  42. # File where we should log per-service resource consumption on exit.
  43. # RESOURCE_DIAGNOSTICS = resource.log
  44. # Name of the user that will be used to provide the service
  45. # USERNAME =
  46. # MAXBUF =
  47. # TIMEOUT =
  48. # DISABLEV6 =
  49. # BINDTO =
  50. # REJECT_FROM =
  51. # REJECT_FROM6 =
  52. # PREFIX =