This commit is contained in:
Florian Dold 2021-07-29 19:33:01 +02:00
parent 92898e95f4
commit 6f6702f6db
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Description=Taler Exchange Socket
PartOf=taler-exchange-httpd.service
[Socket]
ListenStream=/run/taler-exchange/exchange.sock
ListenStream=/run/taler/exchange/exchange-http.sock
Accept=no
Service=taler-exchange-httpd.service
SocketUser=taler-exchange-httpd

View File

@ -26,7 +26,7 @@ SERVE = tcp
# Unix domain socket to listen on,
# only effective with "SERVE = unix"
UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http
UNIXPATH = ${TALER_RUNTIME_DIR}/exchange/exchange-http.sock
UNIXPATH_MODE = 660
# HTTP port the exchange listens to