diff options
Diffstat (limited to 'src/arm/arm.conf.in')
-rw-r--r-- | src/arm/arm.conf.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/arm/arm.conf.in b/src/arm/arm.conf.in index e72e420..e7620b8 100644 --- a/src/arm/arm.conf.in +++ b/src/arm/arm.conf.in @@ -3,7 +3,6 @@ @UNIXONLY@ PORT = 2087 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-arm ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; @@ -11,7 +10,13 @@ DEFAULTSERVICES = topology hostlist dht nse mesh fs UNIXPATH = /tmp/gnunet-service-arm.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -# GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs + +# 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 $SERVICEHOME/{}-%Y-%m-%d.log # GLOBAL_PREFIX = # USERNAME = # MAXBUF = |