debian: socket location
This commit is contained in:
parent
625897d8b3
commit
6113307366
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user