aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/arm.conf.in')
-rw-r--r--src/arm/arm.conf.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/arm/arm.conf.in b/src/arm/arm.conf.in
index 6bffca796..830b51dc1 100644
--- a/src/arm/arm.conf.in
+++ b/src/arm/arm.conf.in
@@ -17,6 +17,27 @@ UNIX_MATCH_GID = YES
17# log files are preserved. 17# log files are preserved.
18# GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log 18# GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log
19GLOBAL_PREFIX = @MONKEYPREFIX@ 19GLOBAL_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
20# USERNAME = 41# USERNAME =
21# MAXBUF = 42# MAXBUF =
22# TIMEOUT = 43# TIMEOUT =