gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: debian: socket location


From: gnunet
Subject: [taler-exchange] branch master updated: debian: socket location
Date: Fri, 30 Jul 2021 15:54:52 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 61133073 debian: socket location
61133073 is described below

commit 6113307366ffd9b5564b9b84cc4869d527db47af
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jul 30 15:54:43 2021 +0200

    debian: socket location
---
 debian/taler-exchange.taler-exchange-httpd.socket | 2 +-
 src/exchange/exchange.conf                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/taler-exchange.taler-exchange-httpd.socket 
b/debian/taler-exchange.taler-exchange-httpd.socket
index f84b0066..adbfb931 100644
--- a/debian/taler-exchange.taler-exchange-httpd.socket
+++ b/debian/taler-exchange.taler-exchange-httpd.socket
@@ -3,7 +3,7 @@ Description=Taler Exchange Socket
 PartOf=taler-exchange-httpd.service
 
 [Socket]
-ListenStream=/run/taler/exchange/exchange-http.sock
+ListenStream=/run/taler/exchange-httpd/exchange-http.sock
 Accept=no
 Service=taler-exchange-httpd.service
 SocketUser=taler-exchange-httpd
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index ac5f4306..f8d99f75 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -26,7 +26,7 @@ SERVE = tcp
 
 # Unix domain socket to listen on,
 # only effective with "SERVE = unix"
-UNIXPATH = ${TALER_RUNTIME_DIR}/exchange/exchange-http.sock
+UNIXPATH = ${TALER_RUNTIME_DIR}/exchange-httpd/exchange-http.sock
 UNIXPATH_MODE = 660
 
 # HTTP port the exchange listens to

-- 
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]