From: Schanzenbach, Martin Date: Mon, 29 Apr 2019 07:23:58 +0000 (+0200) Subject: REST: start on demand does not work with this X-Git-Tag: v0.11.4~59^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a443a9c5fd148b7f4f01159964b5f69748d632f2;p=oweals%2Fgnunet.git REST: start on demand does not work with this --- diff --git a/src/rest/rest.conf b/src/rest/rest.conf index 400db19a6..7d5299161 100644 --- a/src/rest/rest.conf +++ b/src/rest/rest.conf @@ -1,7 +1,7 @@ [rest] UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-rest.sock BINARY=gnunet-rest-server -START_ON_DEMAND=YES +IMMEDIATE_START=YES BIND_TO=127.0.0.1 BIND_TO6=::1 PORT=7776