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.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/arm/arm.conf.in b/src/arm/arm.conf.in
index 830b51dc1..45c37b0d8 100644
--- a/src/arm/arm.conf.in
+++ b/src/arm/arm.conf.in
@@ -6,7 +6,8 @@ BINARY = gnunet-service-arm
6ACCEPT_FROM = 127.0.0.1; 6ACCEPT_FROM = 127.0.0.1;
7ACCEPT_FROM6 = ::1; 7ACCEPT_FROM6 = ::1;
8DEFAULTSERVICES = topology hostlist dht nse mesh fs 8DEFAULTSERVICES = topology hostlist dht nse mesh fs
9UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-arm.sock 9# Special case, uses user runtime dir even for per-system service.
10UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
10UNIX_MATCH_UID = YES 11UNIX_MATCH_UID = YES
11UNIX_MATCH_GID = YES 12UNIX_MATCH_GID = YES
12 13
@@ -33,6 +34,12 @@ GLOBAL_PREFIX = @MONKEYPREFIX@
33# ensures that personal data is stored under $HOME, which might 34# ensures that personal data is stored under $HOME, which might
34# be important in a multi-user system (or if $HOME is encrypted 35# be important in a multi-user system (or if $HOME is encrypted
35# and /var/ is not). 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#
36# USER_ONLY = YES 43# USER_ONLY = YES
37 44
38 45