aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm.conf.in
blob: 83582659af1fa7036e61c0f696b7df4fa2ea3e12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[arm]
@UNIXONLY@ PORT = 2087
HOSTNAME = localhost
BINARY = gnunet-service-arm
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
DEFAULTSERVICES = topology hostlist dht nse cadet fs revocation
# Special case, uses user runtime dir even for per-system service.
UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
UNIX_MATCH_UID = YES
UNIX_MATCH_GID = YES

# In the "-l" option, format characters from 'strftime' are allowed;
# In the GLOBAL_POSTFIX, "{}" stands for the name of the respective
# service.  Thus the following option would introduce per-service
# logging with a new log file each day.  Note that only the last 3
# log files are preserved.
# GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log
GLOBAL_PREFIX = @MONKEYPREFIX@

# If set to YES, ARM will only start services that are marked as
# system-level services (and we'll expect a second ARM to be
# run per-user to run user-level services).  Note that in this
# case you must have manually created a different configuration
# file with the user where at least this and the USER_ONLY
# options differ.
# SYSTEM_ONLY = YES

# If set to YES, ARM will only start services that are marked as
# per-user services (and we'll expect a system user to run ARM to
# provide system-level services).  Per-user services enable
# better personalization and  priviledge separation and in particular
# ensures that personal data is stored under $HOME, which might
# be important in a multi-user system (or if $HOME is encrypted
# and /var/ is not).
#
# Note that if you have different ARM services for SYSTEM and USER,
# and you are not on UNIX, you need to change the PORT option for the
# USER ARM instances to some free port (counting down from 2085 should
# be sane).
#
# USER_ONLY = YES



# Name of the user that will be used to provide the service
# USERNAME =
# MAXBUF =
# TIMEOUT =
# DISABLEV6 =
# BINDTO =
# REJECT_FROM =
# REJECT_FROM6 =
# PREFIX =