arm.conf.in 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. DEFAULTSERVICES = topology hostlist dht nse cadet fs revocation
  8. # Special case, uses user runtime dir even for per-system service.
  9. UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
  10. UNIX_MATCH_UID = YES
  11. UNIX_MATCH_GID = YES
  12. # In the "-l" option, format characters from 'strftime' are allowed;
  13. # In the GLOBAL_POSTFIX, "{}" stands for the name of the respective
  14. # service. Thus the following option would introduce per-service
  15. # logging with a new log file each day. Note that only the last 3
  16. # log files are preserved.
  17. # GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log
  18. GLOBAL_PREFIX = @MONKEYPREFIX@
  19. # If set to YES, ARM will only start services that are marked as
  20. # system-level services (and we'll expect a second ARM to be
  21. # run per-user to run user-level services). Note that in this
  22. # case you must have manually created a different configuration
  23. # file with the user where at least this and the USER_ONLY
  24. # options differ.
  25. # SYSTEM_ONLY = YES
  26. # If set to YES, ARM will only start services that are marked as
  27. # per-user services (and we'll expect a system user to run ARM to
  28. # provide system-level services). Per-user services enable
  29. # better personalization and priviledge separation and in particular
  30. # ensures that personal data is stored under $HOME, which might
  31. # be important in a multi-user system (or if $HOME is encrypted
  32. # and /var/ is not).
  33. #
  34. # Note that if you have different ARM services for SYSTEM and USER,
  35. # and you are not on UNIX, you need to change the PORT option for the
  36. # USER ARM instances to some free port (counting down from 2085 should
  37. # be sane).
  38. #
  39. # USER_ONLY = YES
  40. # Name of the user that will be used to provide the service
  41. # USERNAME =
  42. # MAXBUF =
  43. # TIMEOUT =
  44. # DISABLEV6 =
  45. # BINDTO =
  46. # REJECT_FROM =
  47. # REJECT_FROM6 =
  48. # PREFIX =