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