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