X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fidentity%2Fidentity.conf.in;h=4af3a6261ef0874c8ef3b05fa05127a9cda26e5c;hb=688bd873c3cb463090039f64b9f13b9a029695dc;hp=737614119ba44aca8589f805920542c706465152;hpb=4064deedf4ee722ba8adab7fd3030cea3e20297e;p=oweals%2Fgnunet.git diff --git a/src/identity/identity.conf.in b/src/identity/identity.conf.in index 737614119..4af3a6261 100644 --- a/src/identity/identity.conf.in +++ b/src/identity/identity.conf.in @@ -1,15 +1,17 @@ [identity] -AUTOSTART = YES -@UNIXONLY@PORT = 2108 +AUTOSTART = @AUTOSTART@ +USER_SERVICE = YES +@JAVAPORT@PORT = 2108 HOSTNAME = localhost -HOME = $SERVICEHOME 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.sock UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES # Directory where we store information about our egos -EGODIR = $SERVICEHOME/egos/ +EGODIR = $GNUNET_DATA_HOME/identity/egos/ +# File where we store default identities for subsystems +SUBSYSTEM_CFG = $GNUNET_CONFIG_HOME/identity/subsystem_defaults.conf