-add ego creation
[oweals/gnunet.git] / src / identity / identity.conf.in
index 621b601fba03ed7c9d7f410338583fad44f33e54..9d1bb1a661fbb73d83e067e8498247dbc99a75bd 100644 (file)
@@ -1,17 +1,17 @@
 [identity]
-AUTOSTART = YES
+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.unix
 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 = $SERVICEHOME/subsystem_defaults.conf
+SUBSYSTEM_CFG = $GNUNET_CONFIG_HOME/identity/subsystem_defaults.conf