aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-12 08:40:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-12 08:40:04 +0000
commit56bfc1608f8cb90f13bd2263ce0f1bd14f77159e (patch)
treeb846669b5fdb75debeb0273dcbd073b7597f12cd /src/arm
parent217821d5221b92b4f46d148abf1fea16c38767d0 (diff)
downloadgnunet-56bfc1608f8cb90f13bd2263ce0f1bd14f77159e.tar.gz
gnunet-56bfc1608f8cb90f13bd2263ce0f1bd14f77159e.zip
-trying to fix #3202
Diffstat (limited to 'src/arm')
-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