gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix messenger service configuration


From: gnunet
Subject: [gnunet] branch master updated: -fix messenger service configuration
Date: Tue, 15 Feb 2022 15:53:25 +0100

This is an automated email from the git hooks/post-receive script.

thejackimonster pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 9c3ec264c -fix messenger service configuration
9c3ec264c is described below

commit 9c3ec264c3bf67ee6fccca969d4bac58d3e57c18
Author: TheJackiMonster <thejackimonster@gmail.com>
AuthorDate: Tue Feb 15 15:53:13 2022 +0100

    -fix messenger service configuration
    
    Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
---
 src/messenger/messenger.conf.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/messenger/messenger.conf.in b/src/messenger/messenger.conf.in
index 6b54550ea..ef0544681 100644
--- a/src/messenger/messenger.conf.in
+++ b/src/messenger/messenger.conf.in
@@ -1,12 +1,12 @@
 [messenger]
-START_ON_DEMAND = YES
+START_ON_DEMAND = @START_ON_DEMAND@
 RUN_PER_USER = YES
-PORT = 2097
+@JAVAPORT@PORT = 2125
 HOSTNAME = localhost
 BINARY = gnunet-service-messenger
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-messenger.sock
+UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-messenger.sock
 UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]