avoid failing hard if 'gnunetcheck' db does not exist
[oweals/gnunet.git] / src / identity / identity.conf.in
index 1b0d087e6ed4c630a32ef0b4d482667916c01208..f5d454323093aa90a908f4b20bcf30368ac8b5da 100644 (file)
@@ -1,11 +1,12 @@
 [identity]
-AUTOSTART = YES
+START_ON_DEMAND = @START_ON_DEMAND@
+RUN_PER_USER = YES
 @JAVAPORT@PORT = 2108
 HOSTNAME = localhost
 BINARY = gnunet-service-identity
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-identity.unix
+UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-identity.sock
 UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES