debian: socket location

This commit is contained in:
Florian Dold 2021-07-30 15:54:43 +02:00
parent 625897d8b3
commit 6113307366
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 PartOf=taler-exchange-httpd.service
[Socket] [Socket]
ListenStream=/run/taler/exchange/exchange-http.sock ListenStream=/run/taler/exchange-httpd/exchange-http.sock
Accept=no Accept=no
Service=taler-exchange-httpd.service Service=taler-exchange-httpd.service
SocketUser=taler-exchange-httpd SocketUser=taler-exchange-httpd

View File

@ -26,7 +26,7 @@ SERVE = tcp
# Unix domain socket to listen on, # Unix domain socket to listen on,
# only effective with "SERVE = unix" # 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 UNIXPATH_MODE = 660
# HTTP port the exchange listens to # HTTP port the exchange listens to