From: Christian Grothoff Date: Thu, 2 May 2019 06:44:37 +0000 (+0200) Subject: make gnunet-arm log to file by default X-Git-Tag: v0.11.4~41 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2ec26a350c73074cf2d00fc6b31ee17c59d44d26;p=oweals%2Fgnunet.git make gnunet-arm log to file by default --- diff --git a/src/arm/arm.conf.in b/src/arm/arm.conf.in index dc32f5498..f63a1e755 100644 --- a/src/arm/arm.conf.in +++ b/src/arm/arm.conf.in @@ -16,7 +16,9 @@ UNIX_MATCH_GID = YES # logging with a new log file each day. Note that only the last 3 # log files are preserved. # GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log -GLOBAL_PREFIX = +GLOBAL_PREFIX = + +OPTIONS = -l $GNUNET_CACHE_HOME/gnunet-%Y-%m-%d.log # If set to YES, ARM will only start services that are marked as # system-level services (and we'll expect a second ARM to be