aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-23 08:18:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-23 08:18:41 +0000
commitfeb4578a243f456236608c78f87c53edc245bfeb (patch)
treef06b450ead95d77537424f6e7f5c0233f4594be4 /src/arm
parent669d77b3d4d3aa5ddca24ad6f35db745aea62688 (diff)
downloadgnunet-feb4578a243f456236608c78f87c53edc245bfeb.tar.gz
gnunet-feb4578a243f456236608c78f87c53edc245bfeb.zip
-comment / naming cleanups
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/arm.conf.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/arm/arm.conf.in b/src/arm/arm.conf.in
index e72e420a6..316f0e49a 100644
--- a/src/arm/arm.conf.in
+++ b/src/arm/arm.conf.in
@@ -11,7 +11,13 @@ DEFAULTSERVICES = topology hostlist dht nse mesh fs
11UNIXPATH = /tmp/gnunet-service-arm.sock 11UNIXPATH = /tmp/gnunet-service-arm.sock
12UNIX_MATCH_UID = YES 12UNIX_MATCH_UID = YES
13UNIX_MATCH_GID = YES 13UNIX_MATCH_GID = YES
14# GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs 14
15# In the "-l" option, format characters from 'strftime' are allowed;
16# In the GLOBAL_POSTFIX, "{}" stands for the name of the respective
17# service. Thus the following option would introduce per-service
18# logging with a new log file each day. Note that only the last 3
19# log files are preserved.
20# GLOBAL_POSTFIX = -l $SERVICEHOME/{}-%Y-%m-%d.log
15# GLOBAL_PREFIX = 21# GLOBAL_PREFIX =
16# USERNAME = 22# USERNAME =
17# MAXBUF = 23# MAXBUF =