socket
This commit is contained in:
parent
92898e95f4
commit
6f6702f6db
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user