avoid failing hard if 'gnunetcheck' db does not exist
[oweals/gnunet.git] / src / identity / identity.conf.in
index da46794df629cbd932aa6a583c6f3644c8ed70b8..f5d454323093aa90a908f4b20bcf30368ac8b5da 100644 (file)
@@ -1,12 +1,12 @@
 [identity]
-AUTOSTART = YES
-USER_SERVICE = 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