Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / arm / arm.conf.in
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
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
13 # In the "-l" option, format characters from 'strftime' are allowed;
14 # In the GLOBAL_POSTFIX, "{}" stands for the name of the respective
15 # service.  Thus the following option would introduce per-service
16 # logging with a new log file each day.  Note that only the last 3
17 # log files are preserved.
18 # GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log
19 GLOBAL_PREFIX = @MONKEYPREFIX@
20
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 USER_ONLY
26 # options differ.
27 # SYSTEM_ONLY = YES
28
29 # If set to YES, ARM will only start services that are marked as
30 # per-user services (and we'll expect a system user to run ARM to
31 # provide system-level services).  Per-user services enable
32 # better personalization and  priviledge separation and in particular
33 # ensures that personal data is stored under $HOME, which might
34 # be important in a multi-user system (or if $HOME is encrypted
35 # and /var/ is not).
36 #
37 # Note that if you have different ARM services for SYSTEM and USER,
38 # and you are not on UNIX, you need to change the PORT option for the
39 # USER ARM instances to some free port (counting down from 2085 should
40 # be sane).
41 #
42 # USER_ONLY = YES
43
44 # File where we should log per-service resource consumption on exit.
45 # RESOURCE_DIAGNOSTICS = resource.log
46
47
48 # Name of the user that will be used to provide the service
49 # USERNAME =
50 # MAXBUF =
51 # TIMEOUT =
52 # DISABLEV6 =
53 # BINDTO =
54 # REJECT_FROM =
55 # REJECT_FROM6 =
56 # PREFIX =