summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-30 15:59:17 +0200
committerFlorian Dold <florian@dold.me>2021-07-30 15:59:17 +0200
commit827eeaecce095321ab9526e97e2a4dd4ef0ed6cf (patch)
treeac07f973358d713418c65c4002dd17a6c9705694
parent7f133ce517192e17916926c4ec480f66de460bd2 (diff)
downloadmerchant-827eeaecce095321ab9526e97e2a4dd4ef0ed6cf.tar.gz
merchant-827eeaecce095321ab9526e97e2a4dd4ef0ed6cf.tar.bz2
merchant-827eeaecce095321ab9526e97e2a4dd4ef0ed6cf.zip
debian: socket path
-rw-r--r--src/backend/merchant.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf
index 1fdc17ea..ee492691 100644
--- 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