-improve indentation, reduce duplication of PIDs in core's neighbour map
[oweals/gnunet.git] / src / identity / identity.conf.in
index 1b68775b935d341fce736503d69473828ac0417d..9d1bb1a661fbb73d83e067e8498247dbc99a75bd 100644 (file)
@@ -1,11 +1,12 @@
 [identity]
-AUTOSTART = YES
+AUTOSTART = @AUTOSTART@
+USER_SERVICE = YES
 @JAVAPORT@PORT = 2108
 HOSTNAME = localhost
 BINARY = gnunet-service-identity
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-UNIXPATH = /tmp/gnunet-service-identity.unix
+UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-identity.unix
 UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES