From cd14b8d26fabade23d13407896ed00afee9e5d03 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 Feb 2016 01:25:27 +0100 Subject: GNUnet arm config files --- taler-arm/arm.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 taler-arm/arm.conf (limited to 'taler-arm/arm.conf') diff --git a/taler-arm/arm.conf b/taler-arm/arm.conf new file mode 100644 index 0000000..05c10f8 --- /dev/null +++ b/taler-arm/arm.conf @@ -0,0 +1,21 @@ +[arm] +# PORT = 2087 +HOSTNAME = localhost +BINARY = gnunet-service-arm +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; + +# Special case, uses user runtime dir even for per-system service. +UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock +UNIX_MATCH_UID = YES +UNIX_MATCH_GID = YES + +# 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 $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log +GLOBAL_PREFIX = + + -- cgit v1.2.3