commit 827eeaecce095321ab9526e97e2a4dd4ef0ed6cf
parent 7f133ce517192e17916926c4ec480f66de460bd2
Author: Florian Dold <florian@dold.me>
Date: Fri, 30 Jul 2021 15:59:17 +0200
debian: socket path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf
@@ -23,7 +23,7 @@ LEGAL_PRESERVATION = 11 years
# Which unix domain path should we bind to? Only used if "SERVE" is 'unix'.
-UNIXPATH = ${TALER_RUNTIME_DIR}/merchant.http
+UNIXPATH = ${TALER_RUNTIME_DIR}/merchant-httpd/merchant-http.sock
# What should be the file access permissions (see chmod) for "UNIXPATH"?
UNIXPATH_MODE = 660