ftbfs
[oweals/gnunet.git] / src / dns / dns.conf.in
index a1282b3ed76695bdf56c1c23d16385f96fdb6d9b..39f260813b21730b69c944c52068eb6e16f296db 100644 (file)
@@ -1,17 +1,16 @@
 [dns]
-AUTOSTART = YES
+START_ON_DEMAND = @START_ON_DEMAND@
 HOSTNAME = localhost
-HOME = $SERVICEHOME
 BINARY = gnunet-service-dns
-UNIXPATH = $SERVICEHOME/gnunet-service-dns.sock
-
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-dns.sock
+@UNIXONLY@ PORT = 2122
 # Access to this service can compromise all DNS queries in this
 # system.  Thus access should be restricted to the same UID.
 # (see https://gnunet.org/gnunet-access-control-model)
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
-# As there is no sufficiently restrictive access control for TCP, 
+# As there is no sufficiently restrictive access control for TCP,
 # we never use it, even if @UNIXONLY@ is not set (just to be safe)
 @UNIXONLY@ PORT = 0