- doc clarification (identity manages egos, not identities)
[oweals/gnunet.git] / src / arm / arm.conf.in
1
2 [arm]
3 @UNIXONLY@ PORT = 2087
4 HOSTNAME = localhost
5 BINARY = gnunet-service-arm
6 ACCEPT_FROM = 127.0.0.1;
7 ACCEPT_FROM6 = ::1;
8 DEFAULTSERVICES = topology hostlist dht nse mesh fs
9 UNIXPATH = $GNUNET_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 # USER_ONLY = YES
37
38
39
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 =