psyc: in-order message delivery
[oweals/gnunet.git] / src / core / core.conf.in
index 839c21eeb3867e2b63841c11eaa1a3495522730e..3f388632e80974c8480747830d5f3a377f9c9086 100644 (file)
@@ -1,13 +1,12 @@
 [core]
-AUTOSTART = YES
+AUTOSTART = @AUTOSTART@
 @JAVAPORT@PORT = 2092
 HOSTNAME = localhost
-HOME = $SERVICEHOME
 BINARY = gnunet-service-core
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-UNIXPATH = /tmp/gnunet-service-core.sock
-UNIX_MATCH_UID = YES
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock
+UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES
 # DISABLE_SOCKET_FORWARDING = NO
 # USERNAME = 
@@ -21,4 +20,4 @@ UNIX_MATCH_GID = YES
 
 # Note: this MUST be set to YES in production, only set to NO for testing
 # for performance (testbed/cluster-scale use!).
-USE_EPHEMERAL_KEYS = YES
\ No newline at end of file
+USE_EPHEMERAL_KEYS = YES