fix more leaks
[oweals/gnunet.git] / src / arm / arm.conf.in
index 403cc5673b9aefb6d91813ac5d772d720188bce9..6bffca79657c3cfdd63d159ecfb376e9972b13fd 100644 (file)
@@ -2,23 +2,21 @@
 [arm]
 @UNIXONLY@ PORT = 2087
 HOSTNAME = localhost
-HOME = $SERVICEHOME
 BINARY = gnunet-service-arm
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
 DEFAULTSERVICES = topology hostlist dht nse mesh fs
-UNIXPATH = /tmp/gnunet-service-arm.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-arm.sock
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
-CONFIG = $DEFAULTCONFIG
 
 # 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 =
+# GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log
+GLOBAL_PREFIX = @MONKEYPREFIX@
 # USERNAME =
 # MAXBUF =
 # TIMEOUT =