gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: auditor: fix socket path in conf


From: gnunet
Subject: [taler-exchange] branch master updated: auditor: fix socket path in config
Date: Mon, 26 Aug 2024 19:58:18 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 30943d7ba auditor: fix socket path in config
30943d7ba is described below

commit 30943d7ba770b9126636ec2b28eca94bb44a8381
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Aug 26 19:58:10 2024 +0200

    auditor: fix socket path in config
---
 debian/etc-taler-auditor/taler/conf.d/auditor-system.conf | 4 ----
 debian/taler-auditor.tmpfiles                             | 2 +-
 src/auditor/auditor.conf                                  | 2 +-
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf 
b/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf
index 3d3aef33a..a5b48627d 100644
--- a/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf
+++ b/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf
@@ -3,10 +3,6 @@
 @inline-secret@ auditordb-postgres ../secrets/auditor-db.secret.conf
 
 [auditor]
-# Debian package is configured to use a reverse proxy with a UNIX
-# domain socket. See nginx/apache configuration files.
-SERVE = UNIX
-UNIXPATH = /var/lib/taler-auditor/auditor.sock
 
 # Only supported database is Postgres right now.
 DATABASE = postgres
diff --git a/debian/taler-auditor.tmpfiles b/debian/taler-auditor.tmpfiles
index 37e214acb..8201632ca 100644
--- a/debian/taler-auditor.tmpfiles
+++ b/debian/taler-auditor.tmpfiles
@@ -1,2 +1,2 @@
 #Type Path        Mode UID  GID  Age Argument
-d /run/taler/auditor-httpd 0755 taler-auditor-httpd taler-auditor-httpd  - -
+d /run/taler/auditor-httpd 0750 taler-auditor-httpd www-data  - -
diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf
index 3c04d196f..9f55308b2 100644
--- a/src/auditor/auditor.conf
+++ b/src/auditor/auditor.conf
@@ -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}/auditor-httpd/auditor-http.sock
 UNIXPATH_MODE = 660
 
 # HTTP port the auditor listens to

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]